small pixel drawing of a pufferfish vore

*
Jes Olson j3s@c3f.net
Sun, 19 Mar 2023 06:10:18 -0700
commit

b90bd4babbf66e0d26d028c45fc96ae1dd1e2dd3

parent

0e51b968aa18f834af73c65e453f44106c80ed4d

1 files changed, 0 insertions(+), 18 deletions(-)

jump to
M sqlite/sql.gosqlite/sql.go

@@ -51,24 +51,6 @@ if err != nil {

panic(err) } - // TODO: remove these, they're for testing - _, err = db.Exec("INSERT INTO feed (url) VALUES (?)", "https://j3s.sh/feed.atom") - if err != nil { - panic(err) - } - _, err = db.Exec("INSERT INTO feed (url) VALUES (?)", "https://sequentialread.com/rss/") - if err != nil { - panic(err) - } - _, err = db.Exec("INSERT INTO subscribe (user_id, feed_id) VALUES (1, 1)") - if err != nil { - panic(err) - } - _, err = db.Exec("INSERT INTO subscribe (user_id, feed_id) VALUES (1, 2)") - if err != nil { - panic(err) - } - return &DB{sql: db} }