Remove a broken link (#36102)

Co-authored-by: Liam Cervante <liam.cervante@hashicorp.com>
This commit is contained in:
Hiroaki Sano 2024-12-03 18:04:52 +09:00 committed by GitHub
parent 57f63cfc2f
commit 017c8d2ccb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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