Categorygithub.com/invxp/go-layout-assistant
module
0.0.0-20220914071937-d0c8600e7bee
Repository: https://github.com/invxp/go-layout-assistant.git
Documentation: pkg.go.dev

# README

Go-Layout-Assistant

快速生成一个全新的Go应用

快速开始

$ go get github.com/invxp/go-layout-assistant
$ cd go-layout-assistant
$ go build -o app cmd/assistant/main.go
$ ./assistant

你能学到

  1. Go应用工程框架模板
  2. 良好的编码风格与习惯
  3. Must/Options等常见Go设计模式

关于main函数(应该做该做的事情)

  1. 解析启动参数
  2. 加载应用配置
  3. 等待应用退出

# Packages

No description provided by the author
No description provided by the author