experiments with golang
 
 
Go to file
Daniel Koch c213d804be restructured the gRPC bits 2021-05-24 19:29:48 +02:00
.idea added basic object loading and static neighbour finding 2021-05-23 19:52:51 +02:00
api restructured the gRPC bits 2021-05-24 19:29:48 +02:00
assets added protoBuf definitions 2021-05-24 13:24:58 +02:00
server restructured the gRPC bits 2021-05-24 19:29:48 +02:00
.gitignore added protoBuf definitions 2021-05-24 13:24:58 +02:00
LICENSE Initial commit 2021-05-23 13:30:49 +02:00
README.md restructured the gRPC bits 2021-05-24 19:29:48 +02:00
go.mod restructured the gRPC bits 2021-05-24 19:29:48 +02:00
go.sum restructured the gRPC bits 2021-05-24 19:29:48 +02:00
main.go added basic object loading and static neighbour finding 2021-05-23 19:52:51 +02:00

README.md

Install

  • cd assets
  • cp config.init.in config.ini
  • ./seed.bash

re-generate api

  • protoc --proto_path=api/ --go_out=. --go-grpc_out=. api/api.proto