|
|
|
|
|
by CamouflagedKiwi
360 days ago
|
|
Go may or may not do that on Linux depending what you import. If you call things from `os/user` for example, you'll get a dynamically linked binary unless you build with `-tags osusergo`. A similar case exists for `net`. |
|