package
0.0.0-20240418184546-be833507a662
Repository: https://github.com/guicintra27/go.git
Documentation: pkg.go.dev
# README
This topic aims to get the data from a file, and create a new file with that data. Is expected two argumentss with the run command. The first argument is the path of the file to read, and the second, is the name and path of the file that will be created. EX: go run ./topics/read_and_create_file/main.go ./topics/read_and_create_file/origin-file.csv ./topics/read_and_create_file/destination-file.csv