##############################Deploy go enviroment########################
echo amp;quot;start deploy go enviromentamp;quot;
cd /usr/local
tar -zxvf $PACKAGE_DIR/go1.8.4.linux-amd64.tar.gz
exists_pa ...……
package blog4go
import (
amp;quot;fmtamp;quot;
amp;quot;stringsamp;quot;
)
// LevelType type defined for logging level
// just use int
type LevelType int
const (
// level enum 日志枚举
/ ...……