github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/website/source/docs/apps/go/dev.html.md (about) 1 --- 2 layout: "app_go" 3 page_title: "Development - Go App Type" 4 sidebar_current: "docs-go-dev" 5 description: |- 6 The development environment built for Go applications is built for 7 general Go development. 8 --- 9 10 # Development 11 12 The development environment built for Go applications is built for 13 general Go development. 14 15 Please see the [customizations](/docs/apps/go/customization.html) 16 page for details on how to customize some of the behavior on this page. 17 18 ## Pre-Installed Software 19 20 * **Go** 21 * **Git, Mercurial, Bazaar** - For `go get` 22 23 In addition to the above, Otto automatically creates and configures 24 the `GOPATH` environment variable and syncs your project into the 25 proper import path. 26 27 This lets you immediately SSH into with `otto dev ssh` and get started 28 with `go get ./...` and `go build`.