mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
High Performance Object Storage for AI
amazon-s3cloudcloudnativecloudstoragegok8skubernetesmulti-cloudmulti-cloud-kubernetesobjectstorages3storage
0a65e23e3a
git-subtree-dir: third_party/src/github.com/GeertJohan/go.linenoise git-subtree-split: 5d5d5277d975f40b12167b478c0d79df00bda5a8 |
||
---|---|---|
examplenoise | ||
.gitignore | ||
doc.go | ||
LICENSE | ||
linenoise.c | ||
linenoise.go | ||
linenoise.h | ||
linenoiseCompletionCallbackHook.c | ||
linenoiseCompletionCallbackHook.h | ||
README.md | ||
windows.go |
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.