minio/windows.go
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

8 lines
195 B
Go

package linenoise
// #include <stdlib.h>
// #include "linenoise.h"
import "C"
// this will break a go build on windows and display the string on console
"go.linenoise does not support windows."