Find the Path to Go Module Major Versions With GoCenter

UPDATE: As of May 1, 2021 – GoCenter central repository has been sunset and all features will be deprecated. For more information on the sunsetting of the centers read the deprecation blog post   How many major versions of a given Go module are there? That simple question doesn’t always have an easy-to-discover answer. Golang’s …

blog

Top Go Modules: Writing Unit Tests with Testify

UPDATE: As of May 1, 2021 – GoCenter central repository has been sunset and all features will be deprecated. For more information on the sunsetting of the centers read the deprecation blog post     Every month GoCenter awards top performing modules a Gopher Badge as a mark of achievement. We’re writing about some of …

Blog

Top Go Modules: Golang Web APIs with GORM

UPDATE: As of May 1, 2021 – GoCenter central repository has been sunset and all features will be deprecated. For more information on the sunsetting of the centers read the deprecation blog post   Every month GoCenter awards top performing modules a Gopher Badge as a mark of achievement. We’re writing about some of these …

Godoc in GoCenter Tells A Go Module’s Story

  UPDATE: As of May 1, 2021 – GoCenter central repository has been sunset and all features will be deprecated. For more information on the sunsetting of the centers read the deprecation blog post     Using an open-source Go module from the community of other developers can be like going on a blind date. …

Shift Left Security with Golang in VS Code IDE

Most modern software today has moved aggressively into using third-party open source dependencies to reduce duplication and accelerate development by using pre-existing code. These dependencies are often built and managed by a distributed team of engineers and while this model of building software has often resulted in faster feature improvement (better feedback loops that help …

How to Pick a Winning Go Module

  UPDATE: As of May 1, 2021 – GoCenter central repository has been sunset and all features will be deprecated. For more information on the sunsetting of the centers read the deprecation blog post   With a near-endless list of Go Modules, it can be overwhelming trying to decide which is best for your Go …

Blog

5 Best Practices for GoLang CI/CD

For developers programming in long-established languages like Java, JavaScript or Python, the best way to build continuous integration and continuous delivery (CI/CD) workflows with Artifactory is pretty familiar. A mature set of dependency management systems for those languages and container solutions like Docker provide a clear roadmap. But if you’re programming your applications in GoLang, …