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
+13
View File
@@ -0,0 +1,13 @@
module code.aneur.in/go/record
go 1.25.0
require github.com/stretchr/testify v1.11.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)