We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fb60c commit 5c995d8Copy full SHA for 5c995d8
internal/provider/helpers.go
@@ -23,7 +23,7 @@ func isValidURL(u string) bool {
23
return err == nil
24
}
25
26
-// Subtract two slices, c = a - b
+// Subtract two slices, c = a - b.
27
func subtractStringSlice(a []string, b []string) []string {
28
bMap := make(map[string]struct{})
29
for _, v := range b {
0 commit comments