This commit is contained in:
Leufolium 2023-12-24 15:29:46 +08:00
parent 4f4c8bac42
commit 5c8ac2575a
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ func main() {
return return
} }
infilePath := "/app/dataprep/test/file/outfile.txt" infilePath := "/app/dataprep/file/outfile.txt"
//infilePath := "/Users/PC/test/file/outfile.txt"
infile, err := os.Open(infilePath) infile, err := os.Open(infilePath)
if err != nil { if err != nil {