6 lines
87 B
Batchfile
6 lines
87 B
Batchfile
@echo off
|
|
set GOARCH=amd64
|
|
set GOOS=linux
|
|
go install -v -a std
|
|
|
|
go build -o ./certman . |