8 lines
126 B
Go
8 lines
126 B
Go
package models
|
|
|
|
import "encoding/xml"
|
|
|
|
type ProjectInformation struct {
|
|
XMLName xml.Name `xml:"ProjectInformation"`
|
|
}
|