What is Nostr?
Blain Smith /
npub1r4z…0prv
2024-02-25 01:18:33

Blain Smith on Nostr: So far this is the extent of my Go app's deps. The rest is stdlib HTTP, routing, ...

So far this is the extent of my Go app's deps. The rest is stdlib HTTP, routing, cookies, and a document DB I made on top of SQLite's JSON functions. There is ZERO JavaScript so far too and I intended to keep it that way.

```
go 1.22

require (
github.com/a-h/templ v0.2.543
modernc.org/sqlite v1.29.1
)
```

#GoLang #KISS
Author Public Key
npub1r4z0ear55ftw88y76w7vgwm9fwlrlrznca6hjq0ytn4773uvk2nsf30prv