Commit 9f4cdd1f authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub

Satisfy my OCD (#147)

parent b54cfff6
language: go language: go
go: go:
- 1.6.3 - 1.7.5
- 1.7.1 - 1.8
...@@ -35,8 +35,8 @@ type DeployKey struct { ...@@ -35,8 +35,8 @@ type DeployKey struct {
ID int `json:"id"` ID int `json:"id"`
Title string `json:"title"` Title string `json:"title"`
Key string `json:"key"` Key string `json:"key"`
CreatedAt *time.Time `json:"created_at"`
CanPush *bool `json:"can_push"` CanPush *bool `json:"can_push"`
CreatedAt *time.Time `json:"created_at"`
} }
func (k DeployKey) String() string { func (k DeployKey) String() string {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment