Documentation ¶
Index ¶
Constants ¶
View Source
const ( PVD_GITHUB = "github.com" PVD_GOOGLE = "code.google.com" )
Variables ¶
View Source
var ( ErrCvsURIInvalid = errors.New("cvs uri invalid") ErrCvsNotRecognized = errors.New("cvs path not recognized") )
View Source
var ProviderCtrlMap = map[string]string{ PVD_GITHUB: "git", PVD_GOOGLE: "hg", }
View Source
var TemplateFuncs = template.FuncMap{ "title": strings.Title, "ansi2html": ansi2html, "timesince": timeSince, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.