Explorar o código

更新 '_posts/Linux.md'

aaronwei %!s(int64=4) %!d(string=hai) anos
pai
achega
996c442b4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      _posts/Linux.md

+ 1 - 1
_posts/Linux.md

@@ -5,7 +5,7 @@ tags: Linux
 cover: https://static.jqwei.com/blog/img/IMG_3460.PNG
 categories: 运维处理
 ---
-### Golang交叉编译
+### Golang交叉编译 😄
 Mac 下编译 Linux 和 Windows 64位可执行程序
 ``` bash
 $ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build main.go