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

Add example #6

Merged
merged 1 commit into from Feb 24, 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
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,13 @@ Library to validate GCP regions.

This project is not officially supported or endorsed by Google in any way.

# Example

```go
// true
fmt.Println(regions.IsValid("us-central1"))
```

# License

Apache-2.0
Expand Down