Skip to content

Commit 6be652f

Browse files
committed
Fix invalid json tag
1 parent a4cf4d2 commit 6be652f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonapi/fixtures_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ func (u Unicorn) GetID() string {
324324
}
325325

326326
type NumberPost struct {
327-
ID string `json"-"`
327+
ID string `json:"-"`
328328
Title string
329329
Number int64
330330
UnsignedNumber uint64

0 commit comments

Comments
 (0)