Skip to content

Repository files navigation

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

About

WoW 3.3.5 auth and realm server written in Go

Resources

Stars

9 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages