Stand-Alone EXE

Can GO produce an executable stand-alone program for windows 10 that is a .exe file and does not require any other programs or files to be downloaded by the recipient in order to run the exe program written in GO?

Thank you for your help.

Jim Adrian

Yes.

1 Like

Go is a compiled language. That’s what it is for. Try the go build command.
https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies

1 Like

Thank you for your very clear responses.

Jim Adrian

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.