Skip to content

Commit 5a08eea

Browse files
author
Miguel Molina
committed
remove reference to kallax.ID
1 parent b6963d2 commit 5a08eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Let's see an example of models with all these cases:
114114
type User struct {
115115
kallax.Model `table:"users"`
116116
kallax.Timestamps
117-
kallax.ID int64 `pk:"autoincr"`
117+
ID int64 `pk:"autoincr"`
118118
Username string
119119
Password string
120120
Emails []string

0 commit comments

Comments
 (0)