Skip to content

Commit e1e0ff5

Browse files
committed
Update README.md
1 parent 2038fdc commit e1e0ff5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
本项目是记录自己在学习Go语言的过程中遇到的思考与感悟。本项目大量参考借鉴甚至是复制了其他类似的项目。感谢每一个项目,致敬每一位Gopher!尽可能的熟练使用Go语言,尽可能的深入理解Go语言。努力成为Go语言特长型程序员。学习Go语言,面向信仰编程!作者:[0e0w](https://github.com/0e0w/LearnGolang)。Less is More or Less is Less.
44

5-
本项目创建于2020年9月1日,最近的一次更新时间为2021年9月23日。本项目会持续更新,直到海枯石烂。
5+
本项目创建于2020年9月1日,最近的一次更新时间为2021年10月1日。本项目会持续更新,直到海枯石烂。
66

77
项目暂计划共八章。项目未完成,持续更新整理中!感谢关注!
88

@@ -88,6 +88,7 @@
8888
```
8989
go build hello.go
9090
go build
91+
go build -trimpath -ldflags "-s -w -H=windowsgui" hello.go
9192
```
9293
9394
- 生成不同平台下的可执行程序:需配置GOPATH。

0 commit comments

Comments
 (0)