zetcd
zetcd copied to clipboard
How to build the project source code after change it?
I want to revise some part of the code and build a binary to see the working. But the project structure seems to be only support build binary for release (after go get).
Can you provide some useful approaches to build for changes?
Now my solution is: after go get, change your code in src/github.com/etcd-io/zetcd... and init a git repo in there. Are there any alternative solutions?