WalterPaes / go-viacep

[PT-BR] Um pacote Go de integração com a api viaCEP | [EN] A Go package of integration with viaCEP api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

Go ViaCep

This lib was developed for get an adress data by zipcode using ViaCep API

Import and Usage

go get github.com/WalterPaes/go-viacep

Create a New Integration

viaCep, err := NewViaCEP("01001-000")

Get Address

address, err := viaCep.GetAddress()

🚀 Technologies

This project was developed with the following technologies:

Made by Walter Junior

About

[PT-BR] Um pacote Go de integração com a api viaCEP | [EN] A Go package of integration with viaCEP api

License:MIT License


Languages

Language:Go 100.0%