Go 1.16 introduced the embed library, which allows for embedding files
into the compiled binary. This simplifies deployment as only the
executable is required on the host, without any separate web assets
folders.
This patch applies this change to the client and webassets directories.
@ -6,7 +6,7 @@ This guide has been written with Ubuntu in mind. If you are using any other flav
## Install Go
Podgrab is built using Go which would be needed to compile and build the source code. Podgrab is written with Go 1.15 so any version equal to or above this should be good to Go.
Podgrab is built using Go which would be needed to compile and build the source code. Podgrab is written with Go 1.16 so any version equal to or above this should be good to Go.
If you already have Go installed on your machine, you can skip to the next step.