modulepackage
0.0.0-20231203130919-cb4476bf6e8c
Repository: https://github.com/pollenjp/gameserver-go.git
Documentation: pkg.go.dev
# README
gameserver-go
This repository is a golang implementation of KLabServerCamp/gameserver.
Language | repo | |
---|---|---|
Original | Python | https://github.com/KLabServerCamp/gameserver |
This | Golang | this repo |
Development
local run
make up
access to open port (See docker-compose.yml
for more details.)
Debug DB
make db-exec
USE webapp;
SHOW tables;
local build
GOOS=linux GOARCH=amd64 go build
golangci-lint
# Packages
No description provided by the author