add issue_template
Former-commit-id: 78a13fa6e9505edd4e2768cb05f418594161cbb2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user