3 lines
144 B
Bash
Executable File
3 lines
144 B
Bash
Executable File
GOARCH=amd64 GOOS=windows go build -ldflags "-s -w" -o dist/pdf_xml_helper.exe main.go
|
|
go build -ldflags "-s -w" -o dist/pdf_xml_helper main.go
|