Skip to content

hoahm/go_phone_activation_date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find the actual activation date of phone number.

How to run

Run in shell

chmod +x ./extract_phone_activation.sh
./extract_phone_activation.sh <input> <output>

# Example:
./extract_phone_activation.sh ./input.csv ./output.csv

Go

go run main.go <input.csv> <output.csv>

About

A simple script to extract the activation date, porting from Ruby to Go. You can see the Ruby version at https://github.com/hoahm/phone_activation_date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published