Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mshmyw/golang-hit-counter

golang hit count pv uv
https://github.com/mshmyw/golang-hit-counter

Last synced: 22 days ago
JSON representation

golang hit count pv uv

Awesome Lists containing this project

README

        

# Gin + Gorm 的 RESTful 实例

安装依赖:
```
go mod tidy
```

编辑 config/config.yaml 配置数据库:
```
dsn: "root:123456@tcp(127.0.0.1:3306)/admin?charset=utf8&parseTime=True&loc=Local"
```

运行:
```
go run main.go
```