Skip to content

fernandoporazzi/brazilian-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brazilian-utils

A Golang library containing brazilian-specific utils.

build

Testing

To run the tests locally, run the following command:

$ go test ./... 

If you want to see how covered the project is, you can run the following command to get coverage report

$ go test ./... -coverprofile=coverage.out

Once the above has been run, it's time to see it in your browser. The following command will open a new tab in your browser with the code coverage.

$ go tool cover -html=coverage.out

About

A Golang library containing brazilian-specific utils.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages