/gomaggus

WoW 3.3.5 auth and realm server written in Go

Primary LanguageGo

Gomaggus

Passion project to build a 3.3.5 WoW server in Go.

If you have a better name than "gomaggus" I am open to suggestions :^)

Migrations

SQL migrations are managed using goose. A linux CLI is included in bin/.

Apply migrations:

$ bin/goose -dir migration postgres 'postgres://gomaggus:password@localhost:5432/gomaggus?sslmode=disable' up

Create a new migration:

$ bin/goose -dir migration -s create MIGRATION_NAME sql

Resources