Skip to content

Commit

Permalink
Bug fix: Compile error again
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Jan 5, 2021
1 parent 27bb4c0 commit b2e5c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dummy.go
Expand Up @@ -52,6 +52,6 @@ func (d *dummyDriver) Close() error {
return nil
}

func (d *dummyDriver) tryWriteCanReturnWithoutWaiting() error {
func (d *dummyDriver) tryWriteCanReturnWithoutWaiting() bool {
return false
}

0 comments on commit b2e5c7d

Please sign in to comment.