6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
CGO_ENABLED=1 \
|
|
GOOS=windows \
|
|
GOARCH=amd64 \
|
|
CC=gcc \
|
|
go build -o dns-server.exe main.go
|