Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - hugocarreira/go-decent-copy: copy files for humans

copy files for humans. Contribute to hugocarreira/go-decent-copy development by creating an account on GitHub.

Visit SiteGitHub - hugocarreira/go-decent-copy: copy files for humans

GitHub - hugocarreira/go-decent-copy: copy files for humans

copy files for humans. Contribute to hugocarreira/go-decent-copy development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

GoDoc Build Status Go Report Card codecov

Go-Decent-Copy

go-decent-copy provides a copy file for humans

Usage

package main

import "github.com/hugocarreira/go-decent-copy"

func main() {
    execPath, _ := os.Getwd()

    fileOrigin := fmt.Sprintf(execPath + "/testCopy.txt")
    fileDestiny := fmt.Sprintf(execPath + "/testCopied.txt")
    err := Copy(fileOrigin, fileDestiny)
    if err != nil {
        t.Fatalf("Error in copy file : %#v ", err.Error())
    }
}

License

This project is licensed under the MIT License.

GoLang Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.