Use github.com/peterh/liner for REPL lines

This gives us history and line conveniences.
This commit is contained in:
kortschak 2014-08-07 15:02:30 +09:30
parent 7cd740aa7b
commit 7265e1d7a1
3 changed files with 112 additions and 59 deletions

View file

@ -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