Skip to content

Commit

Permalink
Conform to godoc spec
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-nguyen committed Jul 7, 2018
1 parent 3bca676 commit e20ab69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions daemon/inertiad/webhook/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package webhook contains Inertia's webhook parsing code
package webhook
2 changes: 1 addition & 1 deletion daemon/inertiad/webhook/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/http"
)

// GithubPushEvent represents a push to a Github respository
// GithubPushEvent represents a push to a Github repository
// see https://developer.github.com/v3/activity/events/types/#pushevent
type GithubPushEvent struct {
eventType string
Expand Down

0 comments on commit e20ab69

Please sign in to comment.