Browse Source

Update main.go

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

1
main.go

@ -162,6 +162,7 @@ func copyFiles(documentsDirectoryPath, javadocPath string) {
dst := path.Clean(documentsDirectoryPath) dst := path.Clean(documentsDirectoryPath)
cpCmd := exec.Command("cp", "-rf", src, dst) cpCmd := exec.Command("cp", "-rf", src, dst)
log.Info("cp -rf ", src," ",dst);
cpCmd.Run() cpCmd.Run()
srcBase := path.Base(src) srcBase := path.Base(src)

Loading…
Cancel
Save