dingo
Generated dependency injection containers in go (golang) (by sarulabs)
go
The Go programming language (by golang)
dingo | go | |
---|---|---|
3 | 2,215 | |
98 | 125,509 | |
- | 0.6% | |
2.2 | 10.0 | |
7 months ago | 6 days ago | |
Go | Go | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dingo
Posts with mentions or reviews of dingo.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-21.
go
Posts with mentions or reviews of go.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-10.
-
We replaced our React front end with Go and WebAssembly
Go's "nothing is async because everything is async" model, combined with WebAssembly's (current) lack of support for stack switching and arbitrary goto, essentially mean that the compiler needs to insert extra code everywhere to support arbitrarily un/rewinding the stack.
This massively bloats binaries and means that go compiled to wasm is much slower than native speed, significantly more so than than the equivalent slowdown for c/rust.
see https://github.com/golang/go/issues/65440
-
Baffled by generational garbage collection – wingolog
There are some discussions to add optional generational regions to Go: https://github.com/golang/go/discussions/70257
-
Go Data Structures: Interfaces
since when has that stopped go? “[]rune(someString)” is O(n) and quite inobvious
The O(n) loop is here: https://github.com/golang/go/blob/215de81513286c010951624243...
-
Microsoft Go 1.24 FIPS changes
>A number of companies must comply with them, for example as part of a broader FedRAMP compliance posture. (If that's not you, you can ignore this. Run!) [1]
Apparently this isn't me. Sounds like I'm correct in assuming it's security theater at best, and an avenue for new backdoors at worst.
[1] https://github.com/golang/go/issues/69536
- Go proposal: sync/v2: new package
-
Go Supply Chain Attack: Malicious Package Exploits Go Module Proxy Caching
The mechanism was reported last year: https://github.com/golang/go/issues/66653 but not acted on.
-
Top Terraform/OpenTofu tools to Use in 2025
Callable as a Go Module Includes a Semver compatibility promise via the tenvlib wrapper package for seamless integration (details available in TENV_AS_LIB.md). Can be used as a library to download OpenTofu with minimum dependencies.
- Steam Freezes Go Applications
- Proposal: Sync/v2: New Package
-
Golang Web: PATCH Method
Official Website