rem 编译为 Linux 64 位可执行文件
set GOOS=linux
set GOARCH=amd64
set CGO_ENABLED=0
go build -o xttbinlog main.go