faabiosr / go-documents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brazanation Documents - Golang

Build Status Codecov branch GoDoc Go Report Card License

A Golang library to provide Brazilian Documents safer, easier and fun!

Installation

go-documents requires Go 1.11 or later.

go get github.com/brazanation/go-documents

If you want to get an specific version, please use the example below:

go get gopkg.in/brazanation/go-documents.v0

Development

Requirements

  • Install Go

Makefile

// Clean up
$ make clean

// Run tests and generates html coverage file
make cover

// Download project dependencies
make depend

// Format all go files
make fmt

// Run linters
make lint

// Run tests
make test

Documentation

Read the full documentation at https://godoc.org/github.com/brazanation/go-documents.

License

This project is released under the MIT licence. See LICENSE for more details.

About

License:MIT License


Languages

Language:Go 79.5%Language:Makefile 20.5%