Fixed container tests and import

This commit is contained in:
mikestefanello 2021-12-17 21:14:43 -05:00
parent 0c8c3cc41e
commit 195d572036
3 changed files with 6 additions and 7 deletions

View file

@ -29,5 +29,5 @@ run:
go run main.go
.PHONY: test
run:
test:
go test ./...