Open utamas opened 4 years ago
Go evolved and added support for go modules.
By adding a go.mod file the underlying dependency can be declared local to project and it won't be put into a global scope.
This also makes it easy to compile this code on any platform (I'm e.g.: using linux).
Go evolved and added support for go modules.
By adding a go.mod file the underlying dependency can be declared local to project and it won't be put into a global scope.
This also makes it easy to compile this code on any platform (I'm e.g.: using linux).