vblvbl / golangdemo

A Simple GolangWeb MVC Demo

Home Page:https://xiequan.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golangdemo

A Simple GolangWeb MVC Demo Project Struct ├── LICENSE ├── README.md ├── conf │   ├── app.conf │   └── config.go ├── controllers │   ├── sayHello.go │   └── static.go ├── core │   └── router.go ├── main.go ├── middlewares │   └── logger.go ├── models │   └── dao.go ├── routers │   └── router.go ├── static │   └── public └── utils ├── base64util.go ├── md5util.go └── stringutil.go

About

A Simple GolangWeb MVC Demo

https://xiequan.info

License:Apache License 2.0


Languages

Language:Go 100.0%