Kiwiabacaxi / gocardvalidator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoCardValidator

GoTemplate

GoCardValidator é um projeto em Go que fornece funcionalidades para validar números de cartões de crédito, verificando o formato, o sistema de numeração e o dígito de verificação.

The project uses make to make your life easier. If you're not familiar with Makefiles you can take a look at this quickstart guide.

Whenever you need help regarding the available actions, just use the following command.

make help

Setup

To get your setup up and running the only thing you have to do is

make all

This will initialize a git repo, download the dependencies in the latest versions and install all needed tools. If needed code generation will be triggered in this target as well.

Test & lint

Run linting

make lint

Run tests

make test

About

License:MIT License


Languages

Language:Makefile 45.5%Language:Go 25.0%Language:Dockerfile 22.1%Language:Shell 7.4%