Closed lox closed 5 years ago
Loving it! I have not used go mods myself yet, but is not using a vendor folder the recommended practice now? In the past the rule of thumb I've heard has been that libraries should not use a vendor folder, while binaries should vendor?
@itsdalmo yeah, the go team basically recommends not vendoring with modules. When modules are active vendor/ is ignored.
vendor/
😱
Closing in favour of #59.
Loving it! I have not used go mods myself yet, but is not using a vendor folder the recommended practice now? In the past the rule of thumb I've heard has been that libraries should not use a vendor folder, while binaries should vendor?