<### NIK Checker
Identification of the NIK KTP pattern using Golang will produce the output of sub-district, city, province, gender and date of birth.
Termux
pkg update && pkg upgrade
pkg install golang
pkg install git
git clone https://github.com/Mr-Pstar7/NIK-checker
cd NIK-checker
go build
chmod +x *
./ktp-checker
Linux
sudo apt update && apt upgrade
apt install golang
apt install git
git clone https://github.com/Mr-Pstar7/NIK-checker
cd NIK-checker
go build
./ktp-checker