Go - Getting Started (Hello World)

Card Puncher Data Processing

Go - Getting Started (Hello World)

Steps

package main

import "fmt"

func main() {
    fmt.Printf("hello, world\n")
}
  • Compile it
go install base_path/package/hello

Documentation / Reference







Share this page:
Follow us:
Task Runner