Closed mageddo closed 6 years ago
Thanks for creating an issue. It is scheduled for v0.14
Looking at https://github.com/src-d/go-billy to provide an abstraction layer so build can be generated to a single file and strip out any uneeded files along the way see also pr #44
By default build and package exclude go sources
Based on this discursion
As a revel packager I want to exclude
.go
files from the zipped file generated byrevel package
command Because Is not wanted for me share my source files with the final userA example, the chat sample. When I run
It generates the follow tree. This way my source code is exposed to the final user, I want that all files be compiled to the binary and no one source file be exposed.