Documentation Portal for Virtuozzo Application Management
Go Lang
In this section:
FAQs
Which Go versions are available?Supported Go versions are listed in the
Golang Versioning section of the Go Dev Center document.
How do I deploy a Go application?Deploy from the Git/SVN repository using the deployment manager.
Can I customize deployment process for Go applications?Yes, provide or adjust the following container variables:
- GO_RUN - sets a name of the executable binary file (if not specified, the deployment script will try to locate one based on the Git project name)
- GOPATH - defines the deployment folder (/home/jelastic/webapp, by default)
- GO_BUILD_OPTIONS - provides additional options for the build operation (-a, by default, to force rebuilding of packages that are already up-to-date)
- GO_RUN_OPTIONS - provides additional options for the run operation