netcaptain/cmd/ncpt/ship.go

6 lines
48 B
Go
Raw Normal View History

2020-10-09 20:45:04 +00:00
package main
type Ship struct {
Name string
}