Use github.com/peterh/liner for REPL lines
This gives us history and line conveniences.
This commit is contained in:
parent
7cd740aa7b
commit
7265e1d7a1
3 changed files with 112 additions and 59 deletions
|
|
@ -10,6 +10,7 @@ install:
|
|||
- go get github.com/barakmich/glog
|
||||
- go get github.com/julienschmidt/httprouter
|
||||
- go get github.com/petar/GoLLRB/llrb
|
||||
- go get github.com/peterh/liner
|
||||
- go get github.com/robertkrimen/otto
|
||||
- go get github.com/russross/blackfriday
|
||||
- go get github.com/syndtr/goleveldb/leveldb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue