Skip to content

Commit

Permalink
result: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
judwhite committed May 29, 2016
1 parent 6957abd commit 57530d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion result.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Result struct {
}

func (r *Result) LastInsertId() (int64, error) {
// TODO(brainman): implement (*Resilt).LastInsertId
// TODO(brainman): implement (*Result).LastInsertId
return 0, errors.New("not implemented")
}

Expand Down

0 comments on commit 57530d8

Please sign in to comment.