- go 1.13
- MySQL
$ git clone git@github.com:k725/go-simple-blog.git
$ cd go-simple-blog
$ go mod download
$ go build .
NOTE: MySQL connection information can be found in the startup script
for Windows
> run.bat
for Darwin/Linux
$ ./run.sh
$ git clone git@github.com:k725/go-simple-blog.git
$ cd go-simple-blog
$ go mod download
$ go build .
NOTE: MySQL connection information can be found in the startup script
for Windows
> run.bat
for Darwin/Linux
$ ./run.sh