Browse Source

Update main.go

master
misterzym 6 years ago committed by GitHub
parent
commit
a09c150c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main.go

2
main.go

@ -162,7 +162,7 @@ func copyFiles(documentsDirectoryPath, javadocPath string) {
dst := path.Clean(documentsDirectoryPath)
cpCmd := exec.Command("cp", "-rf", src, dst)
errs := cpCmd.Run()
wtf := cpCmd.Run()
srcBase := path.Base(src)
filepath.Walk(src, func(filePath string, info os.FileInfo, err error) error {

Loading…
Cancel
Save