mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 15:25:00 +08:00
* Update 11.9.md 修正166行一个错误,ix 改为i * Update 11.14.md 34-43行代码错误,会造成无法运行 * 修改一处权限bug,否则会造成linux下生成的文件为空
32 lines
351 B
Plaintext
32 lines
351 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
.idea
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
.DS_Store
|
|
the-way-to-go.sublime-project
|
|
the-way-to-go.sublime-workspace
|
|
|
|
*.pdf
|
|
|
|
*.html
|
|
*.htm
|