add issue_template

Former-commit-id: 78a13fa6e9505edd4e2768cb05f418594161cbb2
This commit is contained in:
Henrique Dias
2017-01-14 16:36:40 +00:00
parent a1be42825b
commit 472d6e88b9
4 changed files with 28 additions and 1 deletions

View File

@@ -34,6 +34,11 @@ type Info struct {
Token string
}
// Commit returns the current build commit
func (i *Info) Commit() string {
return GIT_COMMIT_HASH
}
// BreadcrumbMapItem ...
type BreadcrumbMapItem struct {
Name string