Fix the upload alien issue.

This commit is contained in:
zicla
2019-04-02 02:49:31 +08:00
parent 2fb512a176
commit a8cc42b915
7 changed files with 37 additions and 48 deletions

View File

@ -6,6 +6,11 @@ import (
"time"
)
const (
TRUE = "true"
FALSE = "false"
)
type Time time.Time
type IBase interface {