An open API service indexing awesome lists of open source software.

https://github.com/dalee/msisdn-tools

A set of msisdn helper functions for golang
https://github.com/dalee/msisdn-tools

msisdn

Last synced: about 1 year ago
JSON representation

A set of msisdn helper functions for golang

Awesome Lists containing this project

README

          

# msisdn tools

Basically just a port of javascript [msisdn-formatter](https://github.com/Dalee/msisdn-formatter).

[![Build Status](https://travis-ci.org/Dalee/msisdn-tools.svg?branch=master)](https://travis-ci.org/Dalee/msisdn-tools)
[![codecov](https://codecov.io/gh/Dalee/msisdn-tools/branch/master/graph/badge.svg)](https://codecov.io/gh/Dalee/msisdn-tools)
[![GoDoc](https://godoc.org/github.com/Dalee/msisdn-tools?status.svg)](https://godoc.org/github.com/Dalee/msisdn-tools)

## Requirements

- Go 1.10 (probably should work with previous versions)

## Installation

As simple as every other package: `go get github.com/Dalee/msisdn-tools`.