Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-ah authored Apr 9, 2024
1 parent 5d3f957 commit bf36e14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
libphonenumber
==============

## WARNING!!! this is public repo!!!


golang port of Google's libphonenumber

[![forthebadge](http://forthebadge.com/images/badges/no-ragrets.svg)](http://forthebadge.com)
Expand Down Expand Up @@ -49,4 +52,4 @@ if geoCodeLength > 0 {
areaCode = natSigNumber[0:geoCodeLength]
}
fmt.Println(areaCode)
```
```

0 comments on commit bf36e14

Please sign in to comment.