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
Published at
2024-02-25 01:18:33Event JSON
{
"id": "9f8c939cd93539b1fee9dcd316009f6f2f515678ac8ca5e73d722d420d725ee8",
"pubkey": "1d44fcf474a256e39c9ed3bcc43b654bbe3f8c53c7757901e45cebef478cb2a7",
"created_at": 1708823913,
"kind": 1,
"tags": [
[
"t",
"golang"
],
[
"t",
"kiss"
],
[
"proxy",
"https://fosstodon.org/users/blainsmith/statuses/111989483969866275",
"activitypub"
]
],
"content": "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.\n\n```\ngo 1.22\n\nrequire (\n github.com/a-h/templ v0.2.543\n modernc.org/sqlite v1.29.1\n)\n```\n\n#GoLang #KISS",
"sig": "7da32d9e16029a714c8291d82cfe96ed70d5b775acb44434ed9a072a1af914d69e2bd87cac41f5262867f37b7167d042533241fabe1edd0e34d406b17926e2cb"
}