Skip to content

Commit

Permalink
chore: fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce committed Feb 29, 2024
1 parent 06bb15f commit 3db24a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolver/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func GetDefaultSchemeOrPassthrough() string {
return defaultScheme

Check warning on line 84 in resolver/resolver.go

View check run for this annotation

Codecov / codecov/patch

resolver/resolver.go#L84

Added line #L84 was not covered by tests
}

// GetDefaultSchemeOrDns gets the default scheme that will be used, if no scheme was overriden,
// GetDefaultSchemeOrDns gets the default scheme that will be used, if no scheme was overridden,
// defaults to the "dns" scheme. This is the default scheme when calling NewClient to generate a
// new client connection.
func GetDefaultSchemeOrDns() string {

Check failure on line 90 in resolver/resolver.go

View workflow job for this annotation

GitHub Actions / tests (vet, 1.22)

func GetDefaultSchemeOrDns should be GetDefaultSchemeOrDNS (ST1003)
Expand Down

0 comments on commit 3db24a8

Please sign in to comment.