Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 342 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 342 Bytes

Golang scratch-pad

vagrant plugin install vagrant-vbguest
vagrant up
vagrant ssh
go get -u github.com/buger/goterm
go get -u github.com/go-redis/redis
go get -u github.com/golang/protobuf/protoc-gen-go

go install snakes
go install server

server &
snakes
cd /vagrant/src/snakedata
protoc --go_out=. snakes.proto