starting a way to get extentions #28
This commit is contained in:
parent
269db380a3
commit
c06dd6d193
4 changed files with 113 additions and 0 deletions
2
item.go
2
item.go
|
@ -23,6 +23,8 @@ type Item struct {
|
|||
Generator *Generator
|
||||
Contributors []string
|
||||
Content *Content
|
||||
|
||||
Extensions map[string]*Extension
|
||||
}
|
||||
|
||||
func (i *Item) Key() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue