MNA - stands for mobile number assignment - a small zero external dependency golang library that is used to identify mobile number assignment in tanzania
# mna
MNA - stands for mobile number assignment - a small zero external dependency golang library that is used
to identify mobile number assignment in tanzania. The library is based of TCRA issued document
that is found at
nms.tcra.go.tz
## usage
```bash
go get
github.com
```
```go
package example
import (
"fmt"
"
github.com"
"strings"
)
func Example_Details() {
info, err := mna.Information("+255788888888")
if err != nil {
fmt.Println(err)
}
operator, err := mna.Get("+25576282735343535")
}
```