https://github.com/masutaka/cobra-sandbox
A sandbox for https://github.com/spf13/cobra
https://github.com/masutaka/cobra-sandbox
cobra golang
Last synced: 4 months ago
JSON representation
A sandbox for https://github.com/spf13/cobra
- Host: GitHub
- URL: https://github.com/masutaka/cobra-sandbox
- Owner: masutaka
- Archived: true
- Created: 2017-09-29T04:26:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T05:09:26.000Z (over 7 years ago)
- Last Synced: 2025-01-20T18:42:18.812Z (5 months ago)
- Topics: cobra, golang
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cobra-sandbox
A sandbox for https://github.com/spf13/cobrarequire https://github.com/golang/dep
```
$ dep ensure
$ go run *.go
$ go run *.go sub
$ go run *.go help
$ go run *.go sub help
```