Skip to content

Commit

Permalink
Enforce fmt.Stringer in Buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
quarnster committed Sep 26, 2015
1 parent 0af0865 commit d04c956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ type (

// The full buffer interface defines
Buffer interface {
fmt.Stringer
InnerBufferInterface
IdInterface

Expand Down

0 comments on commit d04c956

Please sign in to comment.