Ginkgo is a testing framework for Go designed to help you write expressive tests. It is best paired with the Gomega matcher library. When combined, Ginkgo and Gomega provide a rich and expressive DSL (Domain-specific Language) for writing tests.| onsi.github.io
« blog2025-03-09| lukasschwab.me
How to keep your modules compatible with prior minor/patch versions.| go.dev
Go Modules Reference| go.dev
How to release major version 2 of your module.| go.dev
How to write and publish modules for use as dependencies.| go.dev