ace5162dc3
- Add basic Go application structure.- Include `.gitignore` file with common Go ignores. - Create `main.go` with initial "Hello, World!" implementation.
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
# github.com/inconshreveable/mousetrap v1.1.0
|
|
## explicit; go 1.18
|
|
github.com/inconshreveable/mousetrap
|
|
# github.com/spf13/cobra v1.8.1
|
|
## explicit; go 1.15
|
|
github.com/spf13/cobra
|
|
# github.com/spf13/pflag v1.0.5
|
|
## explicit; go 1.12
|
|
github.com/spf13/pflag
|