Versions in this module Expand all Collapse all v0 v0.1.0 Feb 22, 2021 Changes in this version + var Email string + func Feature(v string) *Element + func Features(v ...interface{}) *Element + func Issue(v string) *Element + func Issues(v ...interface{}) *Element + func MainGoal(v string) *Element + func Question(v string) *Element + func Requirements(v ...*Requirement) *Element + type Requirement struct + ID string + Txt string + func NewRequirement(v string) *Requirement + type Specification struct + Changelog *Element + CurrentState *Element + Goals *Element + LastUpdate string + Name string + References *Element + func (me *Specification) CheckRequirements() error + func (me *Specification) Page() *Page