Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 9ea35aa

Browse files
committed
rename field
1 parent 9691e26 commit 9ea35aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
// User represents a API user.
1212
type User struct {
13-
Id int64 `json:"id"`
13+
ID int64 `json:"id"`
1414
UserName string `json:"username"`
1515
FullName string `json:"full_name"`
1616
Email string `json:"email"`

0 commit comments

Comments
 (0)