Explorar el Código

Stupid mistake

Piotr Czajkowski hace 4 años
padre
commit
bde165f071
Se han modificado 1 ficheros con 2 adiciones y 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"`
 }