An open API service indexing awesome lists of open source software.

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.

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.