This is the implementation of the Go Flashcards projects on Hyperskill.
The project is posted as it currently is, having passed the last step of the project ( 7 / 7 ). A lot of refactoring could and should be done.
Either
go build main.go
then ./main
or
go run main.go
additional flags can be passed:
go run main.go --export_to=some_export_file.txt --import_to=some_import_file.txt