wrote tests

This commit is contained in:
Jay
2026-05-09 10:59:14 -04:00
parent 0e6fb74914
commit 2f85553d1c
3 changed files with 101 additions and 0 deletions
+8
View File
@@ -1,3 +1,11 @@
module git.wisehodl.dev/jay/go-mana-component
go 1.25.0
require github.com/stretchr/testify v1.11.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)