Go - Installation

Card Puncher Data Processing

Go - Installation

Steps

  • Install the go binary in the default location GOROOT
  • Create a directory workspace with the following subdirectory
    • src (Go source files),
    • pkg (Package objects)
    • bin (Executable commands).
  • Set up the workspace GOPATH environment variable to the root path of the workspace
  • Add the GOPATH/bin and GOROOT/bin to the PATH env os.

Optional

GNU Compiler for Windows

  • Install TDM-GCC A compiler suite for 32- and 64-bit Windows based on the GNU toolchain

Idea Configuration





Discover More
Card Puncher Data Processing
Go - Getting Started (Hello World)

Installation: Create a base path below the src directory of the workspace Create below the base path, your package directory and it the below source file Source hello.go Compile it ...



Share this page:
Follow us:
Task Runner