go-treasure-chest

module
v0.0.0-...-4af809f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2023 License: GPL-3.0

README

go-treasure-chest

Go百宝箱,收集Go有趣项目

Roadmap

项目目录

参考golang-standards/project-layout项目组织

.
├── LICENSE
├── Makefile
├── README.md
├── build
│   └── app1         // 编译后的二进制文件
├── cmd
│   └── app1         // 程序启动入口
├── configs
│   └── app1         // 配置文件
├── docs
│   └── app1         // 文档
├── pkg1             // 外部可引用包
├── go.mod
├── go.sum
└── internal         // 内部包
    ├── app1
    └── pkg1

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL