Closed yoursunny closed 3 years ago
@eric135 can you review?
@eric135 can you review?
Sorry but we are experiencing the quarter end and Eric is super busy with his TA work. I would appreciate your understanding. Let me review your commits when I am available.
It is sometimes desirable to build with cgo disabled, so that the result binary is cross platform. For example, a non-cgo binary built for Linux would work on any Linux distribute, as it has no dependency on C libraries such as libpcap. Moreover, a non-cgo binary can be packaged as a minimal-size Docker image that only contains the binary itself and nothing else.