initial commit lets start
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
import "encoding/xml"
|
||||
|
||||
type BaseType struct {
|
||||
XMLName xml.Name `xml:"baseType"`
|
||||
Derived *Derived `xml:"derived,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user