From 079578c17248201295bbde78e6171ad8089d5c6d Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Thu, 8 Sep 2022 18:26:22 -0700 Subject: [PATCH] Fix comment --- lib.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.go b/lib.go index ee58a10..fb6dd5a 100644 --- a/lib.go +++ b/lib.go @@ -16,12 +16,12 @@ import ( path "path/filepath" "runtime/pprof" - // Import SQL Cipher "os/user" "runtime" "strings" "unsafe" + // Import SQL Cipher _ "github.com/mutecomm/go-sqlcipher/v4" "cwtch.im/cwtch/app"