initial commit

This commit is contained in:
2026-07-04 01:42:34 +01:00
commit 10fb900ce4
6 changed files with 846 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# 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](./LICENSE.md)