A blog engine written in Go.
Fork from dingo
go version >= 1.11.2
$ git clone https://github.com/jzyds/gote.git
$ cd ./gote
$ go run main.go --port 8000
Plase visit http://localhost:8000/signup/ to register a new user and http://localhost:8000/login/ to log into the admin panel.