Reset to lib
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Sarah Jamie Lewis 2021-12-06 12:23:57 -08:00
parent fee6c7e641
commit 62f3d8878e
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
// //Needed to invoke C.free
// #include <stdlib.h>
@ -1072,4 +1072,4 @@ func SetServerAttribute(onion string, key string, val string) {
// ***** END Server APIs *****
// Leave as is, needed by ffi
//func main() {}
func main() {}