Skip to content

Code-Block-Init/GettingStarted-GO-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started for "Go Language" in Windows 8.1 x64
Step 1: Installation:-
Download the zipped package and unzip it.
Step 2: Setting up environment variables:

  1. variable name: path
    variable value: D:\go
  2. variable name: GOROOT
    variable value: D:\go
    Step 3: Testing whether it's working or not
    hello.go
package main

import "fmt"

func main() {
    fmt.Printf("hello, world\n")
}

Download Git for Windows
$cd "/d/go"
$go run bin/hello.go

This repo is dedicated to GoLang basics.

About

Getting started for "Go Language" in Windows using Git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages