Table of Contents

Package & import

What is it?

What is it used for?

Example

package main
 
import "fmt"
 
func main() {
    fmt.Println("Hello")
}

Important notes

Hard words (English)