~bigbes/core-go

ref: 34c2db68235cabb69af635e0dbd3d8556daaeef8 core-go/model/rid.go -rw-r--r-- 1.4 KiB
34c2db68 — Drew DeVault 6 months ago
model: rename ID => RID, implement sql Valuer

As in "Resource" ID. I also changed the base32 alphabet to lowercase,
because I subjectively think it looks nicer.
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.