Closed frankban closed 4 years ago
Mechanical branch, done with the following commands:
gofmt -w -r 'c.Assert(err, qt.Equals, nil) -> c.Assert(err, qt.IsNil)' . gofmt -w -r 'c.Assert(b, qt.Equals, true) -> c.Assert(b, qt.IsTrue)' . gofmt -w -r 'c.Assert(b, qt.Equals, false) -> c.Assert(b, qt.IsFalse)' .
Mechanical branch, done with the following commands: