Rework to use golang 1.16 embed package instead of go-bindata. Rework templates to be less insane
This commit is contained in:
@@ -33,7 +33,6 @@ foreach my $type (keys %build) {
|
||||
|
||||
add_extras();
|
||||
|
||||
system(qw{go generate});
|
||||
foreach my $type (keys %build) {
|
||||
local $ENV{GOOS} = $build{$type}->{env}->{GOOS};
|
||||
local $ENV{GOARCH} = $build{$type}->{env}->{GOARCH};
|
||||
|
||||
Reference in New Issue
Block a user