Fixed a silly bug.

geesefs-0-30-9
Aaron Jacobs 2015-03-24 15:48:18 +11:00
parent 7393225029
commit a6638727cc
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ func (o *commonOp) Context() context.Context {
}
func (o *commonOp) respondErr(err error) {
if err != nil {
if err == nil {
panic("Expect non-nil here.")
}