Commit 6e195332 by 孙龙

up

parent f29a17e2
Showing with 46 additions and 0 deletions
# ichunt_golang_demp
/
├── app
│ ├── common
│ ├── controller
│ ├── dao
│ ├── model
│ └── service
├── boot
├── cmd
├── config
├── document
├── util
├── middleware
├── router
├── resources
├── router
├── go.mod
启动:
go run ./cmd/main.go
go run ./cmd/main.go -config=./config/dev/ -logdir = ./logs/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment