More linting

This commit is contained in:
Paul Tötterman
2021-02-10 16:34:20 +02:00
parent b562bd2dc5
commit ddec572d5d
29 changed files with 275 additions and 107 deletions

View File

@@ -33,7 +33,7 @@ func InitLogger(basePath string, logLevel logger.LogLevel) {
// This function is to throw a panic that may be caught by the packger so it can perform the needed
// imports.
func Retry(format string, args ...interface{}) {
func Retryf(format string, args ...interface{}) {
// Ensure the user's command prompt starts on the next line.
if !strings.HasSuffix(format, "\n") {
format += "\n"