Explorar o código

Stupid mistake

Piotr Czajkowski %!s(int64=4) %!d(string=hai) anos
pai
achega
bde165f071
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      pushes.go

+ 2 - 1
pushes.go

@@ -15,5 +15,6 @@ type Push struct {
 }
 
 type Pushes struct {
-	Items []Push `json:"pushes"`
+	Items  []Push `json:"pushes"`
+	Cursor string `json:"cursor"`
 }