Jul 21, 2017 · 1 min read
Good piece you’ve got here. For me to run the cli tool anywhere from my system (macOs) I had to copy the binary file generated after running `go build` into my the directory `/usr/local/bin`. So from the project directory I ran `cp gitusers /usr/local/bin` after each build. How can I skip this step ? Tried go install but it I couldn’t still run the tool from any point on my system.
Secondly, we are still waiting for your articles on like concurrency (GoRoutines), channels, testing, vendoring, and writing Go Libraries (instead of applications). Good work..
