Golang 使用 upx 減少可執行文件的大小
衆所周知,Golang 的編譯速度是非常之快的。在設計 Go 時,編譯速度是一個重要的考慮因素。但是,你是否關注過 Go 編譯代碼後生成的二進制可執行文件的大小?讓我們來看一個簡單的 HTTP 服務的應用示例:import (       ”fmt”       ”net/http” )   func main() {       // create a http server and creat ⌘ Read more

⤋ Read More

Participate

Login to join in on this yarn.