Archive of posts with category 'Migrating to modules'

Migrating to Go Modules Tutorial

How to migrate my go project in Go Modules Project? Go projects use a wide variety of dependency management strategies. Vendoring tools such as dep and glide are popular, but...