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