Two things keep puzzling me:
- do I need to have go files in the root folder (makes polluted github welcome pages)
- and how to I compile/ where do I put commands (i.e. with main package) that use other packages that are part of the repo?
Also go dep might deserve mentioning as it does seem to support package versions?
Two things keep puzzling me:
Also
go depmight deserve mentioning as it does seem to support package versions?