4 changed files with 7 additions and 4 deletions
Binary file not shown.
@ -1,8 +1,8 @@ |
|||||
@echo off |
@echo off |
||||
title 文件HASH登记数据库FOR LINUX |
title 文件HASH登记数据库FOR LINUX |
||||
color 16 |
color 18 |
||||
set GOOS=linux |
set GOOS=linux |
||||
set GOARCH=amd64 |
set GOARCH=amd64 |
||||
set CGO_ENABLED=0 |
set CGO_ENABLED=1 |
||||
|
|
||||
go build -o fshash main.go |
go build -o fshash main.go |
||||
Binary file not shown.
Loading…
Reference in new issue