You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
750 B
14 lines
750 B
10 years ago
|
## go.linenoise
|
||
|
|
||
|
go.linenoise is a [go](http://golang.org) package wrapping the [linenoise](https://github.com/antirez/linenoise) C library.
|
||
|
|
||
|
This package does not compile on windows.
|
||
|
|
||
|
### Documentation
|
||
|
Documentation can be found at [godoc.org/github.com/GeertJohan/go.linenoise](http://godoc.org/github.com/GeertJohan/go.linenoise).
|
||
|
An example is located in the folder [examplenoise](examplenoise).
|
||
|
|
||
|
### License
|
||
|
All code in this repository is licensed under a BSD license.
|
||
|
This project wraps [linenoise](https://github.com/antirez/linenoise) which is written by Salvatore Sanfilippo and Pieter Noordhuis. The license for linenoise is included in the files `linenoise.c` and `linenoise.h`.
|
||
|
For all other files please read the [LICENSE](LICENSE) file.
|