Fix comment

This commit is contained in:
Sarah Jamie Lewis 2022-09-08 18:26:22 -07:00
parent 2bcadca55f
commit 079578c172
1 changed files with 1 additions and 1 deletions

2
lib.go
View File

@ -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"