initial commit lets start to have some fun
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package schema
|
||||
|
||||
type Information struct {
|
||||
CompanyName string `json:"companyName"`
|
||||
ProductName string `json:"productName"`
|
||||
Version string `json:"version"`
|
||||
}
|
||||
Reference in New Issue
Block a user