~bigbes/core-go

ref: fdb3662452dcb530963439b098a13816ef38ea6d core-go/model/cursor.go -rw-r--r-- 1.2 KiB
20be483e — Conrad Hoffmann 9 months ago
Don't uppercase error messages
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.
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