Use a single wrapper binary for all command line tools

This is because Go has a multi megabyte overhead for its binaries
This commit is contained in:
Kovid Goyal
2022-08-15 08:16:00 +05:30
parent abaafc2d68
commit aaf0dea8dc
5 changed files with 60 additions and 36 deletions

2
go.mod
View File

@@ -15,5 +15,5 @@ require (
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)