Skip to content

pollenjp/gameserver-go

Repository files navigation

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

Install https://github.com/golangci/golangci-lint (repo)

Releases

No releases published

Packages

No packages published

Languages