https://github.com/vito/go-interact
golang CLI interaction library
https://github.com/vito/go-interact
Last synced: over 1 year ago
JSON representation
golang CLI interaction library
- Host: GitHub
- URL: https://github.com/vito/go-interact
- Owner: vito
- License: mit
- Created: 2015-10-25T05:03:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T02:06:38.000Z (over 1 year ago)
- Last Synced: 2025-03-17T03:24:34.784Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# interact: commandline interaction
A package for performing interactions with the user in an idomatic way.
## docs
[](http://godoc.org/github.com/vito/go-interact/interact)
## example
See [example/main.go](example/main.go).