zquestz / s

Open a web search in your terminal.
MIT License
2.32k stars 114 forks source link

binary file seems too big #125

Closed oldratlee closed 6 years ago

oldratlee commented 6 years ago

I install s-search via home brew, 9.4M.

$ pwd
/usr/local/Cellar/s-search/0.5.11/bin
$ s --version
s 0.5.11
$ ll
total 9.4M
-r-xr-xr-x 1 jerry admin 9.4M Aug 27 08:57 s*
zquestz commented 6 years ago

Nope, the binaries in Golang are large because there is also the web server, and several dependencies. This is normal.

oldratlee commented 6 years ago

Got.