pborges/gbridge

Go11 Modules Support

Closed this issue · 1 comments

Go 1.11 and 1.12 include preliminary support for modules, Go’s new dependency management system that makes dependency version information explicit and easier to manage.

This libary should support GoLang Modules too.

https://blog.golang.org/using-go-modules

added go mod, ended up deleting the old examples as it used other packages we don't need