netcaptain/cmd/ncpt/ship.go

6 lines
48 B
Go

package main
type Ship struct {
Name string
}