1build
1build copied to clipboard
Contributing.md doc issue
Description
The repository doesn't seem to be using dep yet. It is still using go modules (vgo). However the doc asks to run dep init
which fails.
Acceptance Criteria
Either the project should be migrated to use dep or update the doc to use vgo.
Hello @akhilbojedla Thanks for creating an issue.
I have updated the contribution
doc - in order to include go-modules
info and remove go dep
As we have decided to use go-modules
for this project.
@gopinath-langote Thanks for updating. May be its work mentioning to add export GO111MODULE=on
before go build