initial commit lets start
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
import (
|
||||
"encoding/xml"
|
||||
)
|
||||
|
||||
type Attributes struct {
|
||||
XMLName xml.Name `xml:"Attributes"`
|
||||
Attribute []*Attribute `xml:"Attribute"`
|
||||
}
|
||||
Reference in New Issue
Block a user