DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

GO Reference: Structs

Quick reference for Structs.

Read time: 1 min Words: 14
My Progress

GO Reference — Structs

Quick summary of Structs with syntax and example.

Syntax

package main

Example

package main
import "fmt"

func main(){
  fmt.Println("Hello Go")
}