Skip to content

2637309949/gmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start

  • Install autogen
go get -u github.com/2637309949/gmt/comm/autogen
  • Init micro repo
autogen init t5-xk
  • New service
$ cd t5-xk && autogen new t5-001 -s "root:gmt@tcp(127.0.0.1:3306)/test" -t "order"
$ cd t5-001 && tree
├── api
│   ├── Dockerfile
│   ├── handler
│   │   ├── handler.go
│   │   └── t5-001_handler.go
│   └── main.go
├── doc.md
├── go.mod
├── Makefile
└── srv
    ├── Dockerfile
    ├── handler
    │   ├── handler.go
    │   ├── t5-001_dbhandler.go
    │   └── t5-001_handler.go
    ├── main.go
    └── types
        └── article.go

Document

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published