Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

board: added organization to board struct #25

Merged
merged 1 commit into from
Sep 19, 2018
Merged

Conversation

eyJhb
Copy link
Contributor

@eyJhb eyJhb commented Sep 17, 2018

As title says, should be a fairly straightforward pull :)
Maybe omitempty should be added.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 70.877% when pulling 8f0a84c on eyJhb:board-org into 8a45871 on adlio:master.

@adlio adlio self-requested a review September 19, 2018 18:02
Copy link
Owner

@adlio adlio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution. I'll run go fmt when merging.

@@ -54,6 +54,8 @@ type Board struct {
} `json:"labelNames"`
Lists []*List `json:"lists"`
Actions []*Action `json:"actions"`
Organization Organization `json:"organization"`
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like go fmt needs to be run on board.go.

@adlio adlio merged commit 8f0a84c into adlio:master Sep 19, 2018
adlio added a commit that referenced this pull request Sep 19, 2018
adlio added a commit that referenced this pull request Sep 19, 2018
* eyJhb-board-org:
  Runs go fmt over board.go after merging PR #25.
  board: added organization to board struct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants