去掉无用的字段

This commit is contained in:
boyce
2019-02-01 18:34:18 +08:00
parent b60769203b
commit 0a7344bab5

View File

@@ -15,7 +15,6 @@ const (
)
type RetError struct {
resultType int
resultChan chan error
}