Files
gofatqr/Makefile
T
esilva f61535e7e7 Basic functionality
User can pass a string to the Scanner and get the struced filled
2025-09-05 18:51:51 +01:00

5 lines
116 B
Makefile

test:
go test -coverprofile=coverage.out ./...
go tool cover -html=coverage.out -o coverage.html
rm coverage.out