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