package version type Printer interface { Print() string Short() string Info() string Context() string Program() string }