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
- Host: GitHub
- URL: https://github.com/dalee/msisdn-tools
- Owner: Dalee
- License: mit
- Created: 2018-04-10T20:24:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T14:11:51.000Z (over 6 years ago)
- Last Synced: 2025-04-10T20:50:45.833Z (over 1 year ago)
- Topics: msisdn
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# msisdn tools
Basically just a port of javascript [msisdn-formatter](https://github.com/Dalee/msisdn-formatter).
[](https://travis-ci.org/Dalee/msisdn-tools)
[](https://codecov.io/gh/Dalee/msisdn-tools)
[](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`.