Skip to content

Commit

Permalink
Improve goreportcard.com results
Browse files Browse the repository at this point in the history
  • Loading branch information
leonelquinteros committed Aug 7, 2016
1 parent 3b14a0f commit a4c4340
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions middleware.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package yarf

import ()

// MiddlewareHandler interface provides the methods for request filters
// that needs to run before, or after, every request Resource is executed.
type MiddlewareHandler interface {
Expand Down
2 changes: 0 additions & 2 deletions resource.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package yarf

import ()

// The ResourceHandler interface defines how Resources through the application have to be defined.
// Ideally, the developer will composite the Resource struct into their own resources,
// but it's possible to implement each one by their own.
Expand Down

0 comments on commit a4c4340

Please sign in to comment.