diff options
Diffstat (limited to '')
-rw-r--r-- | golang/pkg/model/common.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/golang/pkg/model/common.go b/golang/pkg/model/common.go new file mode 100644 index 0000000..058b43d --- /dev/null +++ b/golang/pkg/model/common.go @@ -0,0 +1,7 @@ +package model + +type Common struct { + //Description string `json:"description"` + //Name string `json:"name"` + Symbol string `json:"symbol"` +} |