main
This commit is contained in:
parent
fb58491c16
commit
31cdc3798b
|
@ -25,8 +25,8 @@ func main() {
|
|||
return
|
||||
}
|
||||
|
||||
infilePath := "/Users/PC/Desktop/dataprep/dataprep/file/outfile.txt"
|
||||
infoPath := "/Users/PC/Desktop/dataprep/dataprep/file/infile.txt"
|
||||
infilePath := "/app/dataprep/file/outfile.txt"
|
||||
infoPath := "/app/dataprep/file/infile.txt"
|
||||
|
||||
infile, err := os.Open(infilePath)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue