From 97403a10190e619c299b8f12973663716f54ded0 Mon Sep 17 00:00:00 2001 From: Pascal Hofmann Date: Fri, 30 Jul 2021 14:48:43 +0200 Subject: _examples: Remove wrong comment --- _examples/clone/auth/ssh/main.go | 3 --- 1 file changed, 3 deletions(-) (limited to '_examples/clone/auth/ssh/main.go') diff --git a/_examples/clone/auth/ssh/main.go b/_examples/clone/auth/ssh/main.go index 1e06e44..5f21d90 100644 --- a/_examples/clone/auth/ssh/main.go +++ b/_examples/clone/auth/ssh/main.go @@ -32,9 +32,6 @@ func main() { } r, err := git.PlainClone(directory, false, &git.CloneOptions{ - // The intended use of a GitHub personal access token is in replace of your password - // because access tokens can easily be revoked. - // https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/ Auth: publicKeys, URL: url, Progress: os.Stdout, -- cgit