golang.html 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. <!DOCTYPE HTML>
  2. <html lang="" >
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  6. <title>golang相关资料 · GitBook</title>
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  8. <meta name="description" content="">
  9. <meta name="generator" content="GitBook 3.2.3">
  10. <link rel="stylesheet" href="../gitbook/style.css">
  11. <link rel="stylesheet" href="../gitbook/gitbook-plugin-emphasize/plugin.css">
  12. <link rel="stylesheet" href="../gitbook/gitbook-plugin-tbfed-pagefooter/footer.css">
  13. <link rel="stylesheet" href="../gitbook/gitbook-plugin-search/search.css">
  14. <link rel="stylesheet" href="../gitbook/gitbook-plugin-fontsettings/website.css">
  15. <meta name="HandheldFriendly" content="true"/>
  16. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  17. <meta name="apple-mobile-web-app-capable" content="yes">
  18. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  19. <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../gitbook/images/apple-touch-icon-precomposed-152.png">
  20. <link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
  21. <link rel="next" href="webbase.html" />
  22. <link rel="prev" href="nodejs.html" />
  23. </head>
  24. <body>
  25. <div class="book">
  26. <div class="book-summary">
  27. <div id="book-search-input" role="search">
  28. <input type="text" placeholder="Type to search" />
  29. </div>
  30. <nav role="navigation">
  31. <ul class="summary">
  32. <li class="chapter " data-level="1.1" data-path="../">
  33. <a href="../">
  34. Introduction
  35. </a>
  36. </li>
  37. <li class="chapter " data-level="1.2" data-path="../info.html">
  38. <a href="../info.html">
  39. 协作信息
  40. </a>
  41. </li>
  42. <li class="chapter " data-level="1.3" data-path="../cooperation.html">
  43. <a href="../cooperation.html">
  44. 协作流程
  45. </a>
  46. <ul class="articles">
  47. <li class="chapter " data-level="1.3.1" data-path="../design/README.md">
  48. <span>
  49. 设计规范
  50. </a>
  51. </li>
  52. <li class="chapter " data-level="1.3.2" data-path="../dev/dev.html">
  53. <a href="../dev/dev.html">
  54. 开发规范
  55. </a>
  56. </li>
  57. <li class="chapter " data-level="1.3.3" data-path="../test/README.md">
  58. <span>
  59. 测试规范
  60. </a>
  61. </li>
  62. <li class="chapter " data-level="1.3.4" data-path="../test/README.md">
  63. <span>
  64. 运维规范
  65. </a>
  66. </li>
  67. </ul>
  68. </li>
  69. <li class="chapter " data-level="1.4" data-path="share.html">
  70. <a href="share.html">
  71. 经验分享
  72. </a>
  73. <ul class="articles">
  74. <li class="chapter " data-level="1.4.1" data-path="nodejs.html">
  75. <a href="nodejs.html">
  76. windows下nodejs和npm的安装
  77. </a>
  78. </li>
  79. <li class="chapter active" data-level="1.4.2" data-path="golang.html">
  80. <a href="golang.html">
  81. golang相关资料
  82. </a>
  83. </li>
  84. <li class="chapter " data-level="1.4.3" data-path="webbase.html">
  85. <a href="webbase.html">
  86. 前端基础
  87. </a>
  88. </li>
  89. <li class="chapter " data-level="1.4.4" data-path="web.html">
  90. <a href="web.html">
  91. 前端相关资料
  92. </a>
  93. </li>
  94. <li class="chapter " data-level="1.4.5" data-path="devops.html">
  95. <a href="devops.html">
  96. 运维资料
  97. </a>
  98. </li>
  99. </ul>
  100. </li>
  101. <li class="chapter " data-level="1.5" data-path="../devtools.html">
  102. <a href="../devtools.html">
  103. 开发工具
  104. </a>
  105. </li>
  106. <li class="divider"></li>
  107. <li>
  108. <a href="https://www.gitbook.com" target="blank" class="gitbook-link">
  109. Published with GitBook
  110. </a>
  111. </li>
  112. </ul>
  113. </nav>
  114. </div>
  115. <div class="book-body">
  116. <div class="body-inner">
  117. <div class="book-header" role="navigation">
  118. <!-- Title -->
  119. <h1>
  120. <i class="fa fa-circle-o-notch fa-spin"></i>
  121. <a href=".." >golang相关资料</a>
  122. </h1>
  123. </div>
  124. <div class="page-wrapper" tabindex="-1" role="main">
  125. <div class="page-inner">
  126. <div id="book-search-results">
  127. <div class="search-noresults">
  128. <section class="normal markdown-section">
  129. <h3 id="golang-&#x76F8;&#x5173;&#x8D44;&#x6599;">golang &#x76F8;&#x5173;&#x8D44;&#x6599;</h3>
  130. <hr>
  131. <h4 id="golang-&#x7684;&#x5B89;&#x88C5;&#x4F7F;&#x7528;">golang &#x7684;&#x5B89;&#x88C5;&#x4F7F;&#x7528;</h4>
  132. <ul>
  133. <li><a href="https://go.dev/dl/" target="_blank">&#x5B98;&#x7F51;&#x4E0B;&#x8F7D;</a> &#x5EFA;&#x8BAE;1.6&#x53CA;&#x4EE5;&#x4E0A;&#x7248;&#x672C;&#xFF0C;zip&#x5305;&#x4E0B;&#x8F7D;&#x540E;&#x89E3;&#x538B;&#xFF0C;windows&#x4E0B;&#x589E;&#x52A0;path&#x8DEF;&#x5F84;&#x3002;</li>
  134. <li>ide&#x5B89;&#x88C5;&#xFF0C;&#x4E0B;&#x8F7D;goland&#x3001;liteide&#x6216;vscode</li>
  135. <li>&#x9700;&#x8981;&#x6CE8;&#x610F;&#x4E24;&#x4E2A;&#x6982;&#x5FF5;&#xFF0C;&#x5728;ide&#x4E2D;&#x9700;&#x8981;&#x914D;&#x7F6E;&#xFF1A;<ul>
  136. <li>GOROOT &#x662F;Go&#x7684;&#x5B89;&#x88C5;&#x76EE;&#x5F55;&#xFF0C;&#xFF08;&#x7C7B;&#x4F3C;&#x4E8E;java&#x7684;JDK&#xFF09;</li>
  137. <li>GOPATH&#x662F;&#x6211;&#x4EEC;&#x7684;&#x5DE5;&#x4F5C;&#x7A7A;&#x95F4;&#xFF0C;&#x4FDD;&#x5B58;go&#x9879;&#x76EE;&#x4EE3;&#x7801;&#x548C;&#x7B2C;&#x4E09;&#x65B9;&#x4F9D;&#x8D56;&#x5305;&#x3002;</li>
  138. </ul>
  139. </li>
  140. </ul>
  141. <p>&#x8BE6;&#x7EC6;&#x8D44;&#x6599;&#xFF1A;</p>
  142. <p>golang&#x7684;&#x73AF;&#x5883;&#x5B89;&#x88C5; <a href="https://goframe.org/pages/viewpage.action?pageId=1114274" target="_blank">https://goframe.org/pages/viewpage.action?pageId=1114274</a></p>
  143. <h4 id="golang&#x7684;&#x5B66;&#x4E60;&#x8D44;&#x6599;">golang&#x7684;&#x5B66;&#x4E60;&#x8D44;&#x6599;</h4>
  144. <ul>
  145. <li><a href="http://books.studygolang.com/" target="_blank"><strong>&#x57FA;&#x7840;&#x8D44;&#x6599;&#x6C47;&#x603B;</strong></a> <a href="http://shouce.jb51.net/gopl-zh/ch0/ch0-01.html" target="_blank">go&#x8BED;&#x8A00;&#x5723;&#x7ECF;</a> <a href="https://github.com/pibigstar/go-demo" target="_blank">&#x5B66;&#x4E60;&#x4EE3;&#x7801;</a> <a href="https://www.yuque.com/baxiang/go" target="_blank"><strong>&#x591F;&#x6D6A;</strong></a> <a href="https://github.com/i-coder-robot/design-patterns-in-golang" target="_blank">23&#x79CD;&#x8BBE;&#x8BA1;&#x6A21;&#x5F0F;</a></li>
  146. <li><a href="https://mp.weixin.qq.com/s?__biz=MjM5ODYwMjI2MA==&amp;mid=2649769371&amp;idx=1&amp;sn=2aa88c3a960edeeeac98fbbe741e5207&amp;chksm=beccd6e089bb5ff6e1f9c915f40af886cb00c42668395e1d13bb0fa53d254a712a1cc510eabd&amp;mpshare=1&amp;scene=1&amp;srcid=0318q1rPFp4U6Vu2pZe4R8ne&amp;sharer_sharetime=1647559513091&amp;sharer_shareid=b711e5761c310e0558e45ab00cf0e304&amp;version=4.0.2.6061&amp;platform=win#rd" target="_blank">Go &#x9AD8;&#x6027;&#x80FD;&#x7F16;&#x7A0B;&#x6280;&#x6CD5;</a></li>
  147. <li><a href="https://github.com/loop321/xweb" target="_blank">xweb&#x9879;&#x76EE;</a></li>
  148. <li><a href="https://go-zero.dev/" target="_blank"><strong>go-zero &#x6587;&#x6863;</strong></a> <a href="https://github.com/zeromicro/go-zero" target="_blank">git&#x5730;&#x5740;</a></li>
  149. <li><a href="https://goframe.org/pages/viewpage.action?pageId=1114399" target="_blank"><strong>go-frame&#x6587;&#x6863;</strong></a> <a href="https://github.com/gogf/gf" target="_blank">git&#x5730;&#x5740;</a></li>
  150. <li><a href="https://gorm.io/zh_CN/docs/index.html" target="_blank">go-orm</a></li>
  151. </ul>
  152. <h4 id="&#x5F00;&#x6E90;&#x9879;&#x76EE;">&#x5F00;&#x6E90;&#x9879;&#x76EE;</h4>
  153. <ul>
  154. <li><a href="https://github.com/tiger1103/gfast" target="_blank">&#x57FA;&#x4E8E;goframe+ruoyi-ui+Vue+Element UI&#x7684;&#x540E;&#x53F0;&#x7BA1;&#x7406;&#x7CFB;&#x7EDF;</a> <a href="https://github.com/tiger1103/gfast" target="_blank">https://github.com/tiger1103/gfast</a></li>
  155. <li><a href="https://github.com/flipped-aurora/gin-vue-admin" target="_blank">&#x57FA;&#x4E8E;vite+vue3+gin&#x5F00;&#x53D1;&#x57FA;&#x7840;&#x5E73;&#x53F0;</a> <a href="https://github.com/flipped-aurora/gin-vue-admin" target="_blank">https://github.com/flipped-aurora/gin-vue-admin</a></li>
  156. <li><a href="https://github.com/goflyfox/gmanager" target="_blank">gf&#x6846;&#x67B6;&#x7684;&#x7BA1;&#x7406;&#x540E;&#x53F0;</a> <a href="https://github.com/goflyfox/gmanager" target="_blank">https://github.com/goflyfox/gmanager</a></li>
  157. <li><a href="https://github.com/go-admin-team/go-admin" target="_blank">Gin+Vue+ElementUI&#x7BA1;&#x7406;&#x7CFB;&#x7EDF;&#x811A;&#x624B;&#x67B6;</a> <a href="https://github.com/go-admin-team/go-admin" target="_blank">https://github.com/go-admin-team/go-admin</a></li>
  158. <li><a href="https://github.com/xinliangnote/go-gin-api" target="_blank">go-gin-api</a></li>
  159. <li><a href="https://github.com/go-kratos/kratos" target="_blank">&#x8F7B;&#x91CF;&#x7EA7;&#x5FAE;&#x670D;&#x52A1;&#x6846;&#x67B6;-kratos</a></li>
  160. <li><a href="https://github.com/go-eagle/eagle" target="_blank">&#x5C0F;&#x5DE7;&#x7684;api/web&#x5F00;&#x53D1;&#x6846;&#x67B6;</a> <a href="https://github.com/go-eagle/eagle" target="_blank">https://github.com/go-eagle/eagle</a></li>
  161. <li><a href="https://github.com/40t/go-sniffer" target="_blank">mysql+redis+http+mongodb+etc&#x7B49;&#x6293;&#x5305;&#x8BF7;&#x6C42;&#x5E76;&#x89E3;&#x6790;&#x6210;&#x76F8;</a> <a href="https://github.com/40t/go-sniffer" target="_blank">https://github.com/40t/go-sniffer</a></li>
  162. <li>golang&#x7684;&#x811A;&#x672C;&#x8BED;&#x8A00;<ul>
  163. <li><a href="https://github.com/traefik/yaegi" target="_blank">golang&#x6267;&#x884C;&#x5668;-yaegi</a> <a href="https://github.com/traefik/yaegi" target="_blank">https://github.com/traefik/yaegi</a></li>
  164. <li><a href="https://github.com/Shopify/go-lua" target="_blank">lua</a> <a href="https://github.com/Shopify/go-lua" target="_blank">https://github.com/Shopify/go-lua</a></li>
  165. <li><a href="https://github.com/yuin/gopher-lua" target="_blank">gopher-lua</a> <a href="https://github.com/yuin/gopher-lua" target="_blank">https://github.com/yuin/gopher-lua</a></li>
  166. <li><a href="https://github.com/robertkrimen/otto" target="_blank">JavaScript </a> <a href="https://github.com/robertkrimen/otto" target="_blank">https://github.com/robertkrimen/otto</a></li>
  167. <li><a href="https://github.com/dop251/goja" target="_blank">ECMAScript/JavaScript-engine</a> <a href="https://github.com/dop251/goja" target="_blank">https://github.com/dop251/goja</a></li>
  168. </ul>
  169. </li>
  170. </ul>
  171. <h4 id="&#x5176;&#x4ED6;&#x8D44;&#x6599;">&#x5176;&#x4ED6;&#x8D44;&#x6599;</h4>
  172. <ul>
  173. <li><a href="https://github.com/sunlongv520/golang-loadbalance-reverseproxy" target="_blank">golang&#x7684;&#x53CD;&#x5411;&#x4EE3;&#x7406; &#x8D1F;&#x8F7D;&#x5747;&#x8861;</a></li>
  174. <li><a href="https://github.com/gnokoheat/oplog" target="_blank">&#x89E3;&#x6790;MongoDBoplog</a></li>
  175. <li><a href="https://github.com/guonaihong/gout" target="_blank">gout &#x662F;http client&#x9886;&#x57DF;&#x7684;&#x745E;&#x58EB;&#x519B;&#x5200;</a> <a href="https://github.com/guonaihong/gout" target="_blank">https://github.com/guonaihong/gout</a></li>
  176. <li><a href="https://github.com/go-resty/resty" target="_blank">Simple HTTP+REST &#x5305;</a> <a href="https://github.com/go-resty/resty" target="_blank">https://github.com/go-resty/resty</a></li>
  177. <li><a href="https://github.com/appleboy/gorush" target="_blank">push notification server&#x6D88;&#x606F;&#x63A8;&#x9001;&#x670D;&#x52A1;</a> <a href="https://github.com/appleboy/gorush" target="_blank">https://github.com/appleboy/gorush</a></li>
  178. <li><a href="https://github.com/tealeg/xlsx" target="_blank">go xlsx&#x5DE5;&#x5177;</a> <a href="https://github.com/tealeg/xlsx" target="_blank">https://github.com/tealeg/xlsx</a></li>
  179. <li><a href="https://github.com/qax-os/excelize" target="_blank">go excelize &#x5DE5;&#x5177;</a> <a href="https://github.com/qax-os/excelize" target="_blank">https://github.com/qax-os/excelize</a></li>
  180. </ul>
  181. <footer class="page-footer"><span class="copyright">jianyu360 all right reserved&#xFF0C;powered by Gitbook</span><span class="footer-modification">&#x4FEE;&#x6539;&#x65F6;&#x95F4;&#xFF1A;
  182. 2022-03-24 16:50:41
  183. </span></footer>
  184. </section>
  185. </div>
  186. <div class="search-results">
  187. <div class="has-results">
  188. <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
  189. <ul class="search-results-list"></ul>
  190. </div>
  191. <div class="no-results">
  192. <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
  193. </div>
  194. </div>
  195. </div>
  196. </div>
  197. </div>
  198. </div>
  199. <a href="nodejs.html" class="navigation navigation-prev " aria-label="Previous page: windows下nodejs和npm的安装">
  200. <i class="fa fa-angle-left"></i>
  201. </a>
  202. <a href="webbase.html" class="navigation navigation-next " aria-label="Next page: 前端基础">
  203. <i class="fa fa-angle-right"></i>
  204. </a>
  205. </div>
  206. <script>
  207. var gitbook = gitbook || [];
  208. gitbook.push(function() {
  209. gitbook.page.hasChanged({"page":{"title":"golang相关资料","level":"1.4.2","depth":2,"next":{"title":"前端基础","level":"1.4.3","depth":2,"path":"share/webbase.md","ref":"./share/webbase.md","articles":[]},"previous":{"title":"windows下nodejs和npm的安装","level":"1.4.1","depth":2,"path":"share/nodejs.md","ref":"./share/nodejs.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["emphasize","-highlight","tbfed-pagefooter"],"pluginsConfig":{"tbfed-pagefooter":{"copyright":"jianyu360","modify_label":"修改时间:","modify_format":"YYYY-MM-DD HH:mm:ss"},"emphasize":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","ebook":"styles/ebook.css","pdf":"styles/pdf.css","mobi":"styles/mobi.css","epub":"styles/epub.css"}},"file":{"path":"share/golang.md","mtime":"2022-03-24T08:50:41.571Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2022-03-24T09:07:18.478Z"},"basePath":"..","book":{"language":""}});
  210. });
  211. </script>
  212. </div>
  213. <script src="../gitbook/gitbook.js"></script>
  214. <script src="../gitbook/theme.js"></script>
  215. <script src="../gitbook/gitbook-plugin-search/search-engine.js"></script>
  216. <script src="../gitbook/gitbook-plugin-search/search.js"></script>
  217. <script src="../gitbook/gitbook-plugin-lunr/lunr.min.js"></script>
  218. <script src="../gitbook/gitbook-plugin-lunr/search-lunr.js"></script>
  219. <script src="../gitbook/gitbook-plugin-sharing/buttons.js"></script>
  220. <script src="../gitbook/gitbook-plugin-fontsettings/fontsettings.js"></script>
  221. </body>
  222. </html>