|
|
|
|
|
by krotik
3570 days ago
|
|
Hmm, I would like to provide a demo. For now I host the GOPATH structure on github, which includes a demo, while the code which you get via "go get" is on a self hosted server. So you can write: go get -d devt.de/common devt.de/dudeldu if you want just the source (vendor form) or you can: git clone https://github.com/krotik/dudeldu/ . if you want it with a demo. You can then build the executable and run it with the demo folder. I use a self hosted machine to run the build and unit tests overnight. I know the vast majority of Go projects does it differently - I am still unsure but so far it worked for me ... |
|