fixed gofmt tests

This commit is contained in:
utkarshcmu
2015-11-16 07:28:38 -08:00
parent e5931e264b
commit f5db9950f8
2 changed files with 9 additions and 9 deletions

View File

@@ -159,6 +159,6 @@ type UserSearchHitDTO struct {
}
type UserIdDTO struct {
Id int64 `json:"id"`
Message string `json:"message"`
Id int64 `json:"id"`
Message string `json:"message"`
}