Closed knrt10 closed 5 years ago
Sometimes running the repo locally when someone builds the repo go build . then build file probed is generated and it should be tracked in .gitignore.
go build .
probed
.gitignore
I would like to send PR for the above issue.
@knrt10 You should be using make compile which builds the executable in build folder
make compile
Please run make build, not a issue
make build
Sometimes running the repo locally when someone builds the repo
go build .
then build fileprobed
is generated and it should be tracked in.gitignore
.I would like to send PR for the above issue.