A minimal Go template for CLI applications.
Go to file Use this template
2024-02-15 14:58:27 +03:30
.gitignore Initial commit 2024-02-15 13:07:13 +03:30
go.mod Initial commit 2024-02-15 13:07:13 +03:30
LICENSE Initial commit 2024-02-15 13:07:13 +03:30
main_test.go Add tests for ParseArgs function 2024-02-15 14:58:27 +03:30
main.go Add function: usage 2024-02-15 14:31:50 +03:30
Makefile Initial commit 2024-02-15 13:07:13 +03:30
README.md Initial commit 2024-02-15 13:07:13 +03:30