Wrote some Slice tests

This commit is contained in:
2024-09-09 10:27:54 -06:00
parent 727426d704
commit ef74691415
3 changed files with 61 additions and 0 deletions

2
go.mod
View File

@ -8,3 +8,5 @@ require (
)
require github.com/google/go-cmp v0.6.0 // indirect
replace github.com/shoenig/test v1.10.0 => ../shoenig-test