starting a way to get extentions #28

This commit is contained in:
Duke 2014-01-18 12:30:56 -02:00
parent 269db380a3
commit c06dd6d193
4 changed files with 113 additions and 0 deletions

View file

@ -23,6 +23,8 @@ type Item struct {
Generator *Generator
Contributors []string
Content *Content
Extensions map[string]*Extension
}
func (i *Item) Key() string {