[golang] implement shipyards visits
This commit is contained in:
parent
3cae67aea4
commit
bd2fb50c81
15 changed files with 299 additions and 45 deletions
|
@ -5,3 +5,7 @@ type Common struct {
|
|||
//Name string `json:"name"`
|
||||
Symbol string `json:"symbol"`
|
||||
}
|
||||
|
||||
type CommonType struct {
|
||||
Type string `json:"type"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue