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 08532d3 commit 443423cCopy full SHA for 443423c
client.go
@@ -19,7 +19,7 @@ import (
19
// Using a client directly allows more fine-grained control over how downloading
20
// is done, as well as customizing the protocols supported.
21
type Client struct {
22
- // Ctx for cancellation
+ // Ctx for cancellation
23
Ctx context.Context
24
25
// Src is the source URL to get.
get_git_test.go
@@ -418,7 +418,6 @@ func TestGitGetter_sshExplicitPort(t *testing.T) {
418
}
419
420
421
-
422
func TestGitGetter_sshSCPStyleInvalidScheme(t *testing.T) {
423
if !testHasGit {
424
t.Skip("git not found, skipping")
0 commit comments