Lines Matching full:your
26 If a binary distribution is not available for your combination of operating
37 Please ensure your system meets these requirements before proceeding.
38 If your OS or architecture is not on the list, you may be able to
90 Choose the archive file appropriate for your installation.
101 variable. You can do this by adding this line to your <code>/etc/profile</code>
120 For example, if you installed Go to your home directory you should add the
147 The package should put the <code>/usr/local/go/bin</code> directory in your
162 MSI installer that configures your installation automatically.
176 The installer should put the <code>c:\Go\bin</code> directory in your
188 <a href="https://golang.org/dl/">Download the zip file</a> and extract it into the directory of your choice (we suggest <code>c:\Go</code>).
193 you must set the <code>GOROOT</code> environment variable to your chosen path.
197 Add the <code>bin</code> subdirectory of your Go root (for example, <code>c:\Go\bin</code>) to your <code>PATH</code> environment variable.
214 <h2 id="testing">Test your installation</h2>
222 Create a directory to contain your <a href="code.html#Workspaces">workspace</a>,
232 You should put the above command in your shell startup script
235 <code>GOPATH</code> environment variable on your system.
239 Next, make the directories <code>src/github.com/user/hello</code> inside your
240 workspace (if you use GitHub, substitute your user name for <code>user</code>),
265 (or <code>hello.exe</code>) inside the <code>bin</code> directory of your workspace.
275 If you see the "hello, world" message then your Go installation is working.
288 To remove an existing Go installation from your system delete the
295 You should also remove the Go <code>bin</code> directory from your