Skip to content

Commit

Permalink
OMG golangci-lint, PLEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Preston12321 committed Oct 31, 2024
1 parent ca15216 commit 2fbf1ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hello.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ func Hello(name string) string {
if name == "" {
return "Hello"
}

return fmt.Sprintf("Hello %s", strings.ToLower(name))
}

0 comments on commit 2fbf1ef

Please sign in to comment.