Skip to content

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
imperfect-fourth committed Jun 7, 2024
1 parent 5c6f0e7 commit e5521ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ strings as field names. This is prone to typos. `eywa` has a codegen tool for
generating constants and functions for selecting fields.
Install fieldgen
```bash
go install github.com/hasura/eywa/cmd/fieldgen
go install github.com/imperfect-fourth/eywa/cmd/fieldgen
```
Add `go:generate` comments to your code.
```go
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/hasura/eywa
module github.com/imperfect-fourth/eywa

go 1.22.1

Expand Down

0 comments on commit e5521ea

Please sign in to comment.