Categorygithub.com/pollenjp/gameserver-go
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.

Languagerepo
OriginalPythonhttps://github.com/KLabServerCamp/gameserver
ThisGolangthis 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)

# Packages

No description provided by the author