Copies source file to destination directory and archives it with a date as a name.
go build main.go
Then pass source and destination arguments respectively to binary file.
./main /Users/garenyondem/desktop/preciousFile.txt /Users/BackupFolder
main.exe "C:\Users\%username%\Desktop\preciousFile.txt" "E:\BackupFolder"