@echo off title 文件HASH登记数据库FOR LINUX color 18 set GOOS=linux set GOARCH=amd64 set CGO_ENABLED=1 go build -o fshash main.go