Tuesday, December 11, 2012

DOWNLOADING AND INSTALLING GO (GOLANG)

DOWNLOADING AND INSTALLING GO (GOLANG)



REVISED: Friday, September 25, 2020




Google Golang.

I. DOWNLOADING AND INSTALLING GO

Link to download the Google Golang:

 Go.

II. DOWNLOADING AND INSTALLING ECLIPSE

You will need an integrated development environment (IDE) to program in Go. An IDE is a software application that provides comprehensive facilities to computer programmers for software development. An IDE is a debugger, source code editor, and build automation tools. Microsoft Visual Studio and Eclipse IDEs include both an interpreter and a compiler. I will talk you through downloading Eclipse; however, you can use any IDE you prefer. If you do not already have Eclipse, to download Eclipse, click on the following link:

 Eclipse.

III. DOWNLOADING AND INSTALLING THE GO ECLIPSE PLUGIN

To download the Go Eclipse Plugin, click on the following link:

 Go Eclipse Plugin.

For example I selected Eclipse 4.2 (Juno) by copying http://dl.google.com/eclipse/plugin/4.2 which I will have to paste into my Juno Eclipse. Detailed instructions for installing the Plugin are at the bottom of the page. Select the instructions that match your copy of Eclipse. For example, I selected Google Plugin for Eclipse 4.2 (Juno).

IV. TESTING GO DOWNLOAD AND INSTALLATION

Copy the following Go program into Eclipse and run:

package main

import "fmt"

func main() {
    fmt.Printf("Hello World!\n")
}

Go output:

Hello World!

When you receive the above output, "Hello World!", the test was successful and you are ready to write Go programs, congratulations.

You now have the Google Golang; have fun.


Elcric Otto Circle




-->



-->



-->





 







How to Link to My Home Page

The link will appear on your website as:

"Link to: ELCRIC OTTO CIRCLE's Home Page"




No comments:

Post a Comment