Server Program For Emulation Market
Also get the GogLand Protoc plugin (install within the IDE)
Protoc needs to be placed somewhere on the path
Run the following commands:
go get github.com/lib/pq
go get google.golang.org/grpc
go get -u github.com/golang/lint/golint
go get -u github.com/golang/protobuf/protoc-gen-go
go get -u github.com/golang/protobuf/proto
cd src
make
OR
protoc --go_out=plugins=grpc:. MarketServer/MarketServer.proto
protoc --go_out=plugins=grpc:. AvailableGamesServer/AvailableGameServer.proto
protoc --go_out=plugins=grpc:. UserDownloadServer/UserDownloadServer.proto
protoc --go_out=plugins=grpc:. UserServer/UserServer.proto