# README
iutils
go get -u github.com/MDGSF/iutils
go get -u github.com/MDGSF/[email protected]
test
go test ./...
go test -coverprofile=coverage.out ./...
go tool cover -html=coverage.out
go get -u github.com/MDGSF/iutils
go get -u github.com/MDGSF/[email protected]
go test ./...
go test -coverprofile=coverage.out ./...
go tool cover -html=coverage.out