Skip to content

konchanSS/wiki

This branch is 27 commits behind suzuken/wiki:master.

Repository files navigation

wiki

Example implementation of wiki.

How to run

go get github.com/suzuken/wiki
wiki

or

go run wiki.go

Requirements

  • Go 1.7 or later
  • MySQL 5.x

Tips

Generate Scans

Using scaneo. Simply,

# edit models, and
make gen

DB

Use docker container. For database migration, sql-migrate

# do it first
make migrate/init

# run migrate/up after adding ddl in migrations dir.
make migrate/up

Originally from gin-boilerplate

Author

Kenta SUZUKI a.k.a. suzuken

LICENSE

MIT

About

Example implementation of wiki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.4%
  • Makefile 2.6%