GO Reference: Structs
Quick reference for Structs.
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")
}
Quick reference for Structs.
Quick summary of Structs with syntax and example.
package main
package main
import "fmt"
func main(){
fmt.Println("Hello Go")
}