Closed rif closed 10 years ago
Please format the following appropriately, add boilerplate, add error handling, put it where you were expecting the example (README.md or godoc?) and open a pull request. Thanks.
line := liner.NewLiner(); defer line.Close(); name, _ := line.Prompt("What is your name? ")
Example pushed. Thanks to rif for turning it into a pull request.
Please create a simple getting started example.
Thank you