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