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