diff --git a/client.go b/client.go index 007a78ba7..38fb43b8f 100644 --- a/client.go +++ b/client.go @@ -19,7 +19,7 @@ import ( // Using a client directly allows more fine-grained control over how downloading // is done, as well as customizing the protocols supported. type Client struct { - // Ctx for cancellation + // Ctx for cancellation Ctx context.Context // Src is the source URL to get. diff --git a/get_git_test.go b/get_git_test.go index 9a9c0e6d6..b1a7058de 100644 --- a/get_git_test.go +++ b/get_git_test.go @@ -418,7 +418,6 @@ func TestGitGetter_sshExplicitPort(t *testing.T) { } } - func TestGitGetter_sshSCPStyleInvalidScheme(t *testing.T) { if !testHasGit { t.Skip("git not found, skipping")