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

Commit

Permalink
Update example (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohkinozomu committed Feb 25, 2022
1 parent e1fd769 commit 2e32344
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -7,8 +7,16 @@ This project is not officially supported or endorsed by Google in any way.
# Example

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

regions "github.com/ohkinozomu/gcp-regions"
)

func main() {
// true
fmt.Println(regions.IsValid("us-central1"))
}
```

# License
Expand Down

0 comments on commit 2e32344

Please sign in to comment.