Hello all, I just submitted the PR for the hopefully complete version of the Golang runtime:
- Closed all the issues, removing restrictions in source file names - Changed the layout of zip containing binaries to work as the docker skeleton - The precompiler now always produce a stripped and zipped binary - Provided examples, with Makefiles for deploying go actions as single file, zipped sources with packages and vendor folders - There is a bash example too - Included examples of the "compile on the fly" option and the "precompile as binary" versions - Wrote documentation how to write Golang actions - Documented also how to generate the vendor folder with dep - Documented how to use VSCode to edit actions Happy merging... -- Michele Sciabarra [email protected]
