This repository is a golang implementation of KLabServerCamp/gameserver.
Language | repo | |
---|---|---|
Original | Python | https://github.com/KLabServerCamp/gameserver |
This | Golang | this repo |
make up
access to open port (See docker-compose.yml
for more details.)
make db-exec
USE webapp;
SHOW tables;
GOOS=linux GOARCH=amd64 go build