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

Commit

Permalink
Remove generator (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohkinozomu committed Jun 1, 2022
1 parent d33bd36 commit 04c4191
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 69 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -25,5 +25,3 @@ func main() {
# License

Apache-2.0

`data.go` is generated from [GoogleCloudPlatform/region-picker](https://github.com/GoogleCloudPlatform/region-picker/blob/main/data/regions.json).
3 changes: 0 additions & 3 deletions regions.go
@@ -1,6 +1,3 @@
//go:generate go run tools/generator/generate.go
//go:generate gofmt -w data.go

package regions

func IsValid(name string) bool {
Expand Down
64 changes: 0 additions & 64 deletions tools/generator/generate.go

This file was deleted.

0 comments on commit 04c4191

Please sign in to comment.