https://github.com/mleone10/go-cli-example
Example project demonstrating how I structure go CLI tools
https://github.com/mleone10/go-cli-example
go layout project simple structure
Last synced: 11 months ago
JSON representation
Example project demonstrating how I structure go CLI tools
- Host: GitHub
- URL: https://github.com/mleone10/go-cli-example
- Owner: mleone10
- Created: 2020-08-12T01:58:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T19:03:52.000Z (almost 6 years ago)
- Last Synced: 2025-02-24T01:26:16.590Z (over 1 year ago)
- Topics: go, layout, project, simple, structure
- Language: Go
- Homepage:
- Size: 537 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go CLI Example
> Example project showing how I structure Go CLIs
This is a template repository detailing a very simple Go project structure and build script. See my [blog post](https://marioleone.me/posts/2020/how-build-go-cli/) for more information!