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

Commit

Permalink
Add example (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohkinozomu committed Feb 24, 2022
1 parent c4a3e4b commit e1fd769
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit e1fd769

Please sign in to comment.