Repository where Go samples are placed.
- Movie - is a simple web application, performs CRUD operation.
- golibServer - Data exchange between go server and c++ client.
- renderHtml - This go-lang web server renders index.html (or any html file) placed inside the 'static' folder.
- StructCopy - It copies the folder structue from source, copies all the folder, sub-folder and files but without the content of files. Source folder is where the output .exe is placed. The copied strcture will be placed inside "StructWithEmptyFileContent" folder.