mirror of https://github.com/chzyer/readline.git
Update some comment.
On branch master Your branch is up to date with 'origin/master'. Changes to be committed: modified: readline.go
This commit is contained in:
parent
53cdf894c3
commit
f2b6537408
|
@ -1,7 +1,7 @@
|
|||
// Readline is a pure go implementation for GNU-Readline kind library.
|
||||
//
|
||||
// example:
|
||||
// rl, err := readline.New("> ")
|
||||
// rl, err := readline.New(readline.StaticPrompt("> "))
|
||||
// if err != nil {
|
||||
// panic(err)
|
||||
// }
|
||||
|
|
Loading…
Reference in New Issue