~bigbes/core-go

ref: 39c3fd1e41e30cc8ab4e8469248c9309eaa6a937 core-go/model d---------
39c3fd1e — Conrad Hoffmann 9 months ago
Run modernize

See https://pkg.go.dev/golang.org/x/tools/gopls/internal/analysis/modernize

It's mostly interface{} -> any, but also two quite useful applications
of slices.Contains.
e359a4d5 — Drew DeVault 9 months ago
gofmt
565df04e — Drew DeVault 10 months ago
model: introduce ID type

Based on UUIDv7 but represented to users in a more compact base32 form,
though all of that are internal implementation details.
900693b8 — Drew DeVault 5 years ago
crypto: harden API surface

Make it explicit that expiration is not being tested with Decrypt, and
test that the expiration is meaningful with DecryptWithExpiration.
943e2834 — Drew DeVault 5 years ago
Drop leftover references to gql.sr.ht
1d358dfe — Drew DeVault 5 years ago
model: import from gql.sr.ht