Skip to content
Snippets Groups Projects
Commit 61bfa018 authored by Cornel Rautenbach's avatar Cornel Rautenbach
Browse files

Remove unused import

parent 8582adbe
No related branches found
No related tags found
No related merge requests found
package string_utils package string_utils
import ( import (
"crypto/md5"
"encoding/json" "encoding/json"
"fmt" "fmt"
"regexp" "regexp"
...@@ -194,7 +193,6 @@ func StringTrimQuotes(stringToTrim string) string { ...@@ -194,7 +193,6 @@ func StringTrimQuotes(stringToTrim string) string {
return stringToTrim return stringToTrim
} }
func KeyToHumanReadable(s string) string { func KeyToHumanReadable(s string) string {
s = strings.TrimSpace(s) s = strings.TrimSpace(s)
...@@ -210,4 +208,3 @@ func sentenceCase(str string) string { ...@@ -210,4 +208,3 @@ func sentenceCase(str string) string {
} }
return "" return ""
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment