zetcd icon indicating copy to clipboard operation
zetcd copied to clipboard

How to build the project source code after change it?

Open BowenXiao1999 opened this issue 5 years ago • 0 comments

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?

BowenXiao1999 avatar Jul 12 '20 16:07 BowenXiao1999