Go language installation directory each main folder function

Source: Internet
Author: User
API folder
用于存放依照Go版本顺序的API增量列表文件,这里所说的API包括公开的变量、常量、函数等。这些API增量列表文件用于Go语言的API检查。
Bin folder
用于存放主要的标准命令文件,包括go、godoc、gofmt。
Blog folder
用于存放官方博客中的所有文章,这些文章都是Markdown格式的。
Doc folder
用于存放标准库的HTML格式的程序文档。我们可以通过godoc命令启动一个web程序展现这些文档。
Lib folder
用于存放一些特殊的库文件。
Lib folder
用于存放一些特殊的库文件。
Misc Folder
## 用于存放一些辅助类的说明文件。
Pkg Folder
用于存放安装Go标准库后的所有归档文件。
src folder
用于存放Go自身、GO标准工具以及标准库的所有源码文件。
Test folder
存放用来测试和验证Go本身的所有相关文件。
From "Go concurrent programming combat-it"

Go language installation directory each main folder function

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.