快速開始api開發(一)專案初始化

wuyan94zl發表於2022-08-19

本文需要介紹 gotools 工具

需要使用的工具命令:gotools init -h
程式碼地址:github.com/wuyan94zl/gotools

專案結構

建立專案: mkdir example-api && cd example-api
執行: gotools init --package github.com/wuyan94zl/example-api 生成專案目錄結構

專案檔案結構

config
    |-- config.go
container
    |-- conn.go
    |-- kernal.go
    |-- container.go
router
    |-- route.go
main.go
config.yaml

啟動執行

執行:go run main.go

快速開始api開發(一)專案初始化

下一篇,基於gorm+mysql 生成model,並依賴注入到container

本作品採用《CC 協議》,轉載必須註明作者和本文連結
沒有造飛機的格局,怎麼能擰得好螺絲。

相關文章