Go to file
Frederick F. Kautz IV 0a65e23e3a Squashed 'third_party/src/github.com/GeertJohan/go.linenoise/' content from commit 5d5d527
git-subtree-dir: third_party/src/github.com/GeertJohan/go.linenoise
git-subtree-split: 5d5d5277d975f40b12167b478c0d79df00bda5a8
2014-11-01 15:38:01 -07:00
examplenoise Squashed 'third_party/src/github.com/GeertJohan/go.linenoise/' content from commit 5d5d527 2014-11-01 15:38:01 -07:00
.gitignore Squashed 'third_party/src/github.com/GeertJohan/go.linenoise/' content from commit 5d5d527 2014-11-01 15:38:01 -07:00
doc.go Squashed 'third_party/src/github.com/GeertJohan/go.linenoise/' content from commit 5d5d527 2014-11-01 15:38:01 -07:00
LICENSE Squashed 'third_party/src/github.com/GeertJohan/go.linenoise/' content from commit 5d5d527 2014-11-01 15:38:01 -07:00
linenoise.c Squashed 'third_party/src/github.com/GeertJohan/go.linenoise/' content from commit 5d5d527 2014-11-01 15:38:01 -07:00
linenoise.go Squashed 'third_party/src/github.com/GeertJohan/go.linenoise/' content from commit 5d5d527 2014-11-01 15:38:01 -07:00
linenoise.h Squashed 'third_party/src/github.com/GeertJohan/go.linenoise/' content from commit 5d5d527 2014-11-01 15:38:01 -07:00
linenoiseCompletionCallbackHook.c Squashed 'third_party/src/github.com/GeertJohan/go.linenoise/' content from commit 5d5d527 2014-11-01 15:38:01 -07:00
linenoiseCompletionCallbackHook.h Squashed 'third_party/src/github.com/GeertJohan/go.linenoise/' content from commit 5d5d527 2014-11-01 15:38:01 -07:00
README.md Squashed 'third_party/src/github.com/GeertJohan/go.linenoise/' content from commit 5d5d527 2014-11-01 15:38:01 -07:00
windows.go Squashed 'third_party/src/github.com/GeertJohan/go.linenoise/' content from commit 5d5d527 2014-11-01 15:38:01 -07:00

go.linenoise

go.linenoise is a go package wrapping the linenoise C library.

This package does not compile on windows.

Documentation

Documentation can be found at godoc.org/github.com/GeertJohan/go.linenoise. An example is located in the folder examplenoise.

License

All code in this repository is licensed under a BSD license. This project wraps 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 file.