This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
claudeandClaude Sonnet 5 d098ac1761
CI / test (pull_request) Failing after 1m23s
add CI workflow running go vet and go test
Adds .gitea/workflows/ci.yml: on push to main and on pull requests, run
`go vet ./...` then `go test ./...` in a golang:1.25-alpine container.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-07 12:51:00 +01:00
2026-07-04 01:42:34 +01:00
2026-07-04 01:42:34 +01:00
2026-07-04 03:20:26 +01:00
2026-07-04 01:42:34 +01:00
2026-07-04 01:42:34 +01:00
2026-07-04 01:42:34 +01:00
2026-07-04 01:42:34 +01:00

Go Record

Record stores mixed scalar data (Boolean, numeric, and string) and provides type-safe methods to retrieve it. It automatically casts values where possible.

License

See LICENSE.md

S
Description
No description provided
Readme
32 KiB
Languages
Go 100%