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.
8 lines
195 B
8 lines
195 B
10 years ago
|
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."
|