Skip to content

Commit

Permalink
try gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Mar 25, 2021
1 parent 633f28e commit d5bee1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@

package fifo

import (
"errors"
)
import "errors"

var (
ErrClosed = errors.New("fifo closed")
Expand Down

0 comments on commit d5bee1f

Please sign in to comment.