Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Update README.md #10

Merged
merged 1 commit into from Mar 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,9 @@ import(
func main() {
// true
fmt.Println(regions.IsValid("us-central1"))

// false
fmt.Println(regions.IsValid("us-central1000"))
}
```

Expand Down