https://github.com/skilstak/go-input
Handle input entered to stdin from terminal in Go.
https://github.com/skilstak/go-input
golang-library input stdin terminal
Last synced: 4 months ago
JSON representation
Handle input entered to stdin from terminal in Go.
- Host: GitHub
- URL: https://github.com/skilstak/go-input
- Owner: skilstak
- License: mit
- Created: 2016-03-24T11:58:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T12:00:25.000Z (over 9 years ago)
- Last Synced: 2025-03-21T04:42:49.643Z (7 months ago)
- Topics: golang-library, input, stdin, terminal
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Input
Minimal package to handle terminal user input. Used initially as
a Python `input()` equivalent when teaching SkilStak Fundamentals.