Skip to content

Commit

Permalink
Fix lint comment mistakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed Mar 7, 2017
1 parent b2cc8c5 commit db30865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions database/user_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type UserService struct {
client Service
}

// NewUserService returns the service for managing users.
func NewUserService(client Service) *UserService {
s := new(UserService)
s.client = client
Expand Down
2 changes: 1 addition & 1 deletion lib/view/view_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type BadResponseWriter struct {
Failed bool
}

// Header returns an emtpy header.
// Header returns an empty header.
func (w *BadResponseWriter) Header() http.Header {
return make(http.Header)
}
Expand Down

0 comments on commit db30865

Please sign in to comment.