GOLANG LABS
Updated 43 days ago
Go recently gained proper dependency management with the addition of innovative module support in the toolchain. This is a great step forward in the Go ecosystem, but it comes with some challenges for enterprise software development. As of Go 1.13, every defaults to fetching packages from a Google managed open source module proxy. This is great for open source development...
Have guidelines about which software packages are allowed (such as MIT OK, GPL not)
Also known as: Golang