Added unit tests and related fixes

This commit is contained in:
2024-01-21 02:00:13 +07:00
parent 9c8ae2aed3
commit 77322fa901
4 changed files with 435 additions and 3 deletions

7
go.mod
View File

@@ -1,3 +1,10 @@
module e1lama/elm
go 1.20
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)