set CGO_ENABLED=1
set CC=x86_64-w64-mingw32-gcc
set GOOS=windows
set GOARCH=amd64
go build -tags static -ldflags "-s -w"