Closed tinwritescode closed 2 years ago
Executing .exe file on Windows, I face with the command prompt to appear, is there anyway to hide it?(‾◡◝)
Found solution: https://stackoverflow.com/a/31153860/12490482
Use
go build -ldflags "-H windowsgui"
Executing .exe file on Windows, I face with the command prompt to appear, is there anyway to hide it?(‾◡◝)