Skip to content

Commit 2cddca6

Browse files
committed
more comments
1 parent 90919ab commit 2cddca6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

httpclient/utility.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ func validatePassword(password string) error {
8484
return nil
8585
}
8686

87-
// environment variable mapping helpers
88-
8987
// getEnvAsString reads an environment variable as a string, with a fallback default value.
9088
func getEnvAsString(name string, defaultVal string) string {
9189
if value, exists := os.LookupEnv(name); exists {

0 commit comments

Comments
 (0)