From 017c8d2ccb7ec2c3ed14a46952f331c511db13b9 Mon Sep 17 00:00:00 2001 From: Hiroaki Sano Date: Tue, 3 Dec 2024 18:04:52 +0900 Subject: [PATCH] Remove a broken link (#36102) Co-authored-by: Liam Cervante --- internal/copy/copy_file.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/copy/copy_file.go b/internal/copy/copy_file.go index 00697391f0..bbbd490981 100644 --- a/internal/copy/copy_file.go +++ b/internal/copy/copy_file.go @@ -8,8 +8,6 @@ import ( "os" ) -// From: https://gist.github.com/m4ng0squ4sh/92462b38df26839a3ca324697c8cba04 - // CopyFile copies the contents of the file named src to the file named // by dst. The file will be created if it does not already exist. If the // destination file exists, all it's contents will be replaced by the contents