Compile - Okankse/Go-programming GitHub Wiki

# Welcome to the first-go-programming wiki!

first-go-programming

Let start to learn Goland

-Download Goland

-Download Editor(I used Atom)

1.Create a folder on the desktop.

2.Click the Atom Editor

3.Create a file (File name need to finish with .go)

4.Paste software

-For compile

1.Open "cmd"

2.>cd desktop

  1. go run "yourfilename.go"

Success!!!