Export code in your project files to one PDF.
The program collects all the files in the code folder and exports them to a single PDF file. For the purpose of studying your own or other people's code - the PDF can be easily printed.
go run codetopdf "path to code folder"
or you can use compiled build in folder /build/
like
build/codetopdf "path to your code folder"