Skip to content

Commit

Permalink
Merge pull request russross#7 from amattn/doc
Browse files Browse the repository at this point in the history
Updated README with Load pk type int -> int64
  • Loading branch information
russross committed Sep 11, 2013
2 parents eb368fe + 7459894 commit c7e1d4b
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 @@ -130,7 +130,7 @@ Notes about this example:
Meddler provides a few high-level functions (note: DB is an
interface that works with a *sql.DB or a *sql.Tx):

* Load(db DB, table string, dst interface{}, pk int) error
* Load(db DB, table string, dst interface{}, pk int64) error

This loads a single record by its primary key. For example:

Expand Down

0 comments on commit c7e1d4b

Please sign in to comment.