fix for go vet

This commit is contained in:
Cory Bennett
2016-08-19 10:19:04 -07:00
parent 543e3c832c
commit 355fb4243b
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -373,7 +373,6 @@ func (c *Cli) CmdCreate() error {
}
},
)
return nil
}
func (c *Cli) CmdIssueLinkTypes() error {
@@ -704,7 +703,6 @@ func (c *Cli) CmdComment(issue string) error {
handlePost,
)
}
return nil
}
func (c *Cli) CmdComponent(action string, project string, name string, desc string, lead string) error {
-1
View File
@@ -110,7 +110,6 @@ func fuzzyAge(start string) (string, error) {
return fmt.Sprintf("%d days", int(delta.Hours()/24)), nil
}
}
return "unknown", nil
}
func dateFormat(format string, content string) (string, error) {