mirror of
https://github.com/minio/minio.git
synced 2025-03-03 23:30:07 -05:00
8 lines
195 B
Go
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."
|