-
# Feature
Added a pure go implementation of a simple port scanner. It uses go routines to run the scans concurrently, and uses waitgroups and channels to ensure that the operations are managed corr…
-
Hi all 👋
Couldn't help but notice that Miniflux doesn't support Sqlite because the driver needs CGo and GCC. Would like to share that there _is_ a pure-go Sqlite driver that doesn't need CGo nor GCC …
-
Not a real issue, more a request/suggestion.
It would be great if you made possible to have JEXL library in "pure" go, without cgo or rust in the middle.
Do you think it could be something that can …
-
**Feature request checklist**
- [x] There are no issues that match the desired change
- [ ] The change is large enough it can't be addressed with a simple Pull Request
- [ ] If this is a bug, ple…
-
-
### What version of rules_go are you using?
0.50.1
### What version of gazelle are you using?
0.39.0
### What version of Bazel are you using?
7.3.2
### Does this issue reproduce …
fishy updated
1 month ago
-
Quickly change the code to golang 。right row (pure go)
-
Would allow more minimal Docker image and remove file system access.
AFCMS updated
1 month ago
-
Is there any plans to write pure go implementation? We use 51 degrees, but after profiling I've found that it takes 20% of request processing time in CGO call.
-
A pure go compiler is being worked on at https://github.com/wellington/sass
PRs welcome!