Finish the mirror feature. Finish the prototype of zip compress.

This commit is contained in:
zicla
2019-04-28 22:18:42 +08:00
parent a4f28cca30
commit 6e0078e1d8
25 changed files with 800 additions and 128 deletions

View File

@ -1,6 +1,7 @@
package core
type Logger interface {
//处理日志的统一方法。
Log(prefix string, format string, v ...interface{})