Skip to content

Commit

Permalink
Fixed Link to Fizz Types in Readme.md (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyas Karnik authored and stanislas-m committed Sep 27, 2018
1 parent e121e74 commit efd3c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ The `models/user.go` file contains a structure named `User` with fields `ID`, `C
* `time` or `timestamp` (`time.Time`)
* `nulls.Text` (`nulls.String`) which corresponds to a nullifyable string, which can be distinguished from an empty string
* `uuid` (`uuid.UUID`)
* Other types are passed thru and are used as [Fizz](./fizz/README.md) types.
* Other types are passed thru and are used as [Fizz](https://github.com/gobuffalo/fizz/blob/master/README.md#-common-types) types.

The `models/user_test.go` contains tests for the User model and they must be implemented by you.

Expand Down

0 comments on commit efd3c54

Please sign in to comment.