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

Update example #7

Merged
merged 1 commit into from Feb 25, 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
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