switch-ffi
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
erinn 2021-06-16 16:46:27 -07:00
parent 28011ae674
commit 204cc35e0d
1 changed files with 3 additions and 3 deletions

6
lib.go
View File

@ -1,6 +1,6 @@
package cwtch
//package cwtch
//package main
package main
import "C"
import (
@ -739,4 +739,4 @@ func ShutdownCwtch() {
}
// Leave as is, needed by ffi
//func main() {}
func main() {}