Goblog is a simple Bootstrap Golang with Iris Go as its core. You may use this on your project as a fresh MVC structure.
Well, I created my own folder structure as simple as possible
It includes the following package :
- Iris - "kataras/iris"
- Godotenv - "joho/godotenv"
- Gorm - "jinzhu/gorm"
- Webpack - "webpack/webpack"
- Golang
git clone https://github.com/telingadigital/goblog
goblog
cd goblog
go install
cp .env.example .env
go run goblog.go
// open at http://localhost:8080