pass golint

This commit is contained in:
Wenkai Yin 2016-06-17 18:34:40 +08:00
parent 7a6308b4f9
commit 40e25da3a9

View File

@ -45,6 +45,7 @@ const (
)
var (
// ErrConflict represents http 409 error
ErrConflict = errors.New("conflict")
)