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