add a probably messed up docker thing

This commit is contained in:
2025-08-14 19:25:53 -07:00
parent 90f03afc3d
commit 689d5d4f37

View File

@@ -18,6 +18,7 @@ var (
func main() {
fmt.Println("ugh. can i go back to eep?")
fmt.Println("*eeps*")
var err error
db, err = sql.Open("sqlite", "./db/notes.db")
if err != nil {