Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 756 Bytes

File metadata and controls

37 lines (27 loc) · 756 Bytes

بِسْــــــــــــــمِ اللَّهِ الرَّحْمَنِ الرَّحِيم

Operator Indonesia Number Parse With Go

me

Package Go yang berfungsi untuk mengecek operator atau provider yang mengacu pada prefix nomor telepon.

Install

go get github.com/afrizal423/go-operator-indo/OperatorIndo

Example

package main

import (
	"fmt"

	"github.com/afrizal423/go-operator-indo/OperatorIndo"
)

func main() {
	nohp := "083811111111"
	fmt.Println(OperatorIndo.Check(nohp))
}

Output

Axis

Output bertipe data String, jadi bisa dilanjutkan langsung simpan ke database.