From 62f3d8878e2494965f3ba0060adf77d8d2c609c6 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 6 Dec 2021 12:23:57 -0800 Subject: [PATCH] Reset to lib --- lib.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib.go b/lib.go index ffe7f2b..b6a51f0 100644 --- a/lib.go +++ b/lib.go @@ -1,6 +1,6 @@ -package cwtch +//package cwtch -//package main +package main // //Needed to invoke C.free // #include @@ -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() {}