Golang
Golang
Imports
structs
structs as a type
type Starship struct {
Name String
class String
weight int
length float64
}Interfaces
Method Sets
Last updated
type Starship struct {
Name String
class String
weight int
length float64
}Last updated