libCwtch-go changes for storage engine refactor and profile api changes #47

Merged
sarah merged 14 commits from cwtch_refactor into trunk 2021-12-08 00:44:03 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 62f3d8878e - Show all commits

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() {}