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