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.
|
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." |