九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
年終盤點!2017年超有價值的Golang文章

由于微信鏈接沒辦法直接點擊,所以后面這些鏈接都是需要大家自己copy打開

馬上就要進入2018年了,作為年終的盤點,本文列出了一些2017年的關(guān)于Go編程的一些文章,并加上簡短的介紹。

文章排名部分先后, 文章也不一定完全按照日期來排列。我按照文章的大致內(nèi)容分了類,便于查找。

文章主要從golangweekly、gocn每日新聞、medium、reddit、twitter、、知名博主的文章搜集而來。如果你發(fā)現(xiàn)好的2017年的Go文章沒有列出來,歡迎在評論中粘帖出來,我會加入到文章正文中。

本文主要列出的是文章,2017年也涌現(xiàn)出來很多優(yōu)秀的庫和工具,但是不是本文要介紹的內(nèi)容,所以沒有列出來。



語言規(guī)范


-   [Close Channels Gracefully in Golang]: 如何優(yōu)雅地關(guān)閉channel? http://www.tapirgames.com/blog/golang-channel-closing


-   [Compile-time assertions in Go]: 編譯時斷言 http://commaok.xyz/post/compile-time-assertions/


-   [Why are slices sometimes altered when passed by value in Go?]: Go不是按值傳遞么,怎么slice傳入后被更改了呢?其實map也一樣 https://www.calhoun.io/why-are-slices-sometimes-altered-when-passed-by-value-in-go/


-   [Bit Hacking with Go]: Go的位操作 https://dev.to/vladimirvivien/bit-hacking-with-go


-   [Go Range Loop Internals]: range內(nèi)幕 https://garbagecollected.org/2017/02/22/go-range-loop-internals/


-   [Blocks and Scopes in Golang]: 代碼塊和作用域 http://www.tapirgames.com/blog/golang-block-and-scope


-   [Address Alignments in Go]:地址對齊 http://www.tapirgames.com/blog/golang-memory-alignment


-   [Understand Go pointers in less than 800 words]:回顧一下指針的概念 https://dave.cheney.net/2017/04/26/understand-go-pointers-in-less-than-800-words-or-your-money-back


-   [Another Introduction to Pointers in Go]:另一篇關(guān)于指針的介紹 https://golangbot.com/pointers/


-   [There is no pass-by-reference in Go]: Go中沒有引用傳值 https://dave.cheney.net/2017/04/29/there-is-no-pass-by-reference-in-go


-   [Why golang garbage-collector not implement Generational and Compact gc?]: 為什么不使用分代或者壓縮的垃圾回收器?https://groups.google.com/forum/#!msg/golang-nuts/KJiyv2mV2pU/wdBUH1mHCAAJ


-   [Modern garbage collection]: Go的垃圾回收器 https://blog.plan99.net/modern-garbage-collection-911ef4f8bd8e


-   [Language Mechanics On Stacks And Pointers]: William Kennedy寫的系列, 一共四篇, 深入底層 https://www.goinggo.net/2017/05/language-mechanics-on-stacks-and-pointers.html


-   [Structures]: Go struct介紹 https://golangbot.com/shttps://medium.com/golangspec/init-functions-in-go-eac191b3860atructs/


-   [Go調(diào)度詳解]: 調(diào)度概覽 https://zhuanlan.zhihu.com/p/27056944


-   [也談goroutine調(diào)度器]: 也談?wù)凣o的調(diào)度器 http://tonybai.com/2017/06/23/an-intro-about-goroutine-scheduler/


-   [了解 Go 1.9 的類型別名]: Go 1.9中的類型別名 http://colobu.com/2017/06/26/learn-go-type-aliases/


-   [Golang Internals Part 2: Nice benefits of named return values]: 返回值采用命名方式的好處 https://blog.minio.io/golang-internals-part-2-nice-benefits-of-named-return-values-1e95305c8687


-   [Go Interface 源碼剖析]: interface源代碼 http://legendtkl.com/2017/07/01/golang-interface-implement/


-   [Survey of Rounding Implementations in Go]: 四舍五入不簡單 https://www.cockroachlabs.com/blog/rounding-implementations-in-go/


-   [Golang 熱更新研究筆記]: 熱更新筆記 http://www.cppblog.com/sunicdavy/archive/2017/07/06/215057.html


-   [go empty interface]:空接口  https://flaviocopes.com/go-empty-interface/


-   [理解 go interface 的 5 個關(guān)鍵點]: 接口關(guān)鍵點 http://sanyuesha.com/2017/07/22/how-to-understand-go-interface/


-   [Go匯編實戰(zhàn)的坑]: 贊,國人給golang提patch https://mzh.io/golang-asm-notes


-   [golang語言編譯的二進制可執(zhí)行文件為什么比 C 語言大]:深入分析 http://www.cnxct.com/why-golang-elf-binary-file-is-large-than-c/


-   [init functions in Go]:init函數(shù)不簡單 https://medium.com/golangspec/init-functions-in-go-eac191b3860a


-   [Efficient Bit Manipulation in Go 1.9]: 有效的位操作 http://herman.asia/bit-manipulation-in-go-1-9


-   [Learn Go constants?---?A visual guide]:可視化系列 https://blog.learngoprogramming.com/learn-golang-typed-untyped-constants-70b4df443b61


-   [Go cheatsheet]:小抄 https://devhints.io/go


-   [defer in go]:  https://blog.learngoprogramming.com/gotchas-of-defer-in-go-1-8d070894cb01

還有第二部分 [part2] https://blog.learngoprogramming.com/5-gotchas-of-defer-in-go-golang-part-ii-cc550f6ad9aa


-   [Using named return variables to capture panics in Go]: 返回panic的錯誤 https://www.calhoun.io/using-named-return-variables-to-capture-panics-in-go/


-   [Go Reflection: Creating Objects from Types]:基本類型,https://medium.com/kokster/go-reflection-creating-objects-from-types-part-i-primitive-types-6119e3737f5d

[part2]其它類型 https://medium.com/kokster/go-reflection-creating-objects-from-types-part-ii-composite-types-69a0e8134f20


測試


-   [Go advanced testing tips & tricks]: Go測試提示和技巧 https://medium.com/@povilasve/go-advanced-tips-tricks-a872503ac859


-   [5 simple tips and tricks for writing unit tests in #golang]:寫測試的5個技巧 https://medium.com/@matryer/5-simple-tips-and-tricks-for-writing-unit-tests-in-golang-619653f90742


-   [5 Advanced Testing Techniques in Go]: 5個測試的高級技術(shù) https://segment.com/blog/5-advanced-testing-techniques-in-go/


調(diào)試和性能調(diào)優(yōu)



-   [Profiling and optimizing Go web applications](http://artem.krylysov.com/blog/2017/03/13/profiling-and-optimizing-go-web-applications/): 優(yōu)化web程序,使用profiler

-   [go tool trace](https://making.pusher.com/go-tool-trace/): trace工具介紹的很少,這是其中一篇

-   [Debugging Go core dumps](https://rakyll.org/coredumps/):使用core dump調(diào)試

-   [Benchmarking Go programs](https://scene-si.org/2017/06/06/benchmarking-go-programs/): 測試和pprof, [第二部分](https://scene-si.org/2017/07/07/benchmarking-go-programs-part-2/)

-   [GO APP MONITORING: EXPVAR, PROMETHEUS AND STATSD](https://www.opsdash.com/blog/golang-app-monitoring-statsd-expvar-prometheus.html): 監(jiān)控實踐

-   [一個內(nèi)部API系統(tǒng)的性能優(yōu)化](https://zhuanlan.zhihu.com/p/27211445): 國內(nèi)用戶的優(yōu)化實踐

-   [Profiler labels in Go](https://rakyll.org/profiler-labels/):不常用但是有用的技巧

-   [diagnostics](https://tip.golang.org/doc/diagnostics.html): 官方的介紹更準(zhǔn)確,診斷。

-   [Go's work-stealing scheduler](https://rakyll.org/scheduler/):rakyll的介紹

-   [3倍性能的go程序優(yōu)化實踐](https://mp.weixin.qq.com/s/9IKaXeWTiiQTFlvZzxgsEA): 國內(nèi)的優(yōu)化實踐

-   [Seven steps to 100x faster](https://syslog.ravelin.com/making-something-faster-56dd6b772b83): 100倍的性能提升

-   [A Million WebSockets and Go](https://medium.freecodecamp.org/million-websockets-and-go-cc58418460bb): 百萬websocket連接和性能提升經(jīng)驗

-   [Golang 與系統(tǒng)調(diào)用](https://segmentfault.com/a/1190000010630859): 根據(jù)演講整理

-   [Performance comparison of regular expression engines](https://nasciiboy.github.io/raptorVSworld/):正則表達(dá)式庫的性能比較

-   [Allocation Efficiency in High-Performance Go Services](https://segment.com/blog/allocation-efficiency-in-high-performance-go-services/):有效的內(nèi)存分配

-   [使用 bcc/BPF 分析 go 程序](http://colobu.com/2017/09/22/golang-bcc-bpf-function-tracing/): Brendan Gregg的文章

-   [Your pprof is showing](http://mmcloughlin.com/posts/your-pprof-is-showing): pprof,不想多說了

-   [Using the Go tracer to speed up fractal making](https://campoy.cat/blog/using-the-go-tracer-to-speed-up-fractal-making/):go tracer

-   [Profiling Go](http://www.integralist.co.uk/posts/profiling-go/): 很好profile總結(jié)

-   [The new pprof user interface](https://rakyll.org/pprof-ui/): go 1.10中已包含新界面

-   [High Performance Go](http://talks.godoc.org/github.com/davecheney/qconsf-2017/high-performance-go.slide#1):Dave Cheney在QComSF 2017上的演講

-   [Go Profiler Internals](https://stackimpact.com/blog/go-profiler-internals/):所謂的profile內(nèi)幕

-   [Optimizing GoLang for High Performance with ARM64 Assembly](https://www.slideshare.net/linaroorg/optimizing-golang-for-high-performance-with-arm64-assembly-sfo17314?qid=bfcec716-6947-47e5-b9c1-2bb1c4e5bfdf&v=&b=&from_search=16): 針對ARM64的優(yōu)化


標(biāo)準(zhǔn)庫


-   [Plugins in Go 1.8](https://nick.groenen.me/posts/2017/01/09/plugins-in-go-18/): 對Go 1.8增加的plugin包的速覽

-   [TCP/IP Networking](https://appliedgo.net/networking/): 網(wǎng)絡(luò)編程入門

-   [Linux, Netlink, and Go?---?Part 1: netlink](https://medium.com/@mdlayher/linux-netlink-and-go-part-1-netlink-4781aaeeaca8):訪問linux netlink,還有第二篇和第三篇

-   [Port Forwarding with Go](https://zupzup.org/go-port-forwarding/): 端口轉(zhuǎn)發(fā)

-   [Writing Modular Go Programs with Plugins](https://medium.com/learning-the-go-programming-language/writing-modular-go-programs-with-plugins-ec46381ee1a9): 插件

-   [Advanced command execution in Go with os/exec](https://blog.kowalczyk.info/article/wOYk/advanced-command-execution-in-go-with-osexec.html):學(xué)習(xí)os/exec

-   [expvar in action](https://orangetux.nl/post/expvar_in_action/):知道這個標(biāo)準(zhǔn)包嗎,用過嗎?

-   [Golang 互斥鎖內(nèi)部實現(xiàn)](https://zhuanlan.zhihu.com/p/27608263): Go的鎖實現(xiàn)

-   [Go unsafe 包之內(nèi)存布局](https://mp.weixin.qq.com/s?__biz=MzI3MjU4Njk3Ng==&mid=2247483805&idx=1&sn=f365ae1beb222cb3c271fcc4ee3a1aae&chksm=eb310012dc4689042a9c90faa073996133fb6d98f7b9e222c1828c07a9daf7ab387c3c5b861e&scene=0&key=845f133eeabfe179ef76ee7968a400ec4974d784b308d18080a26e74f43c37788cd79ca4e76fd8ae7fe9b79022de525cc5f59e101f819b00b6f4eee846bcf83df332de87b5773356522d959499f4de94&ascene=0&uin=MjQ2NTU1&devicetype=iMac+MacBookPro11%2C3+OSX+OSX+10.12.5+build(16F73)&version=12020810&nettype=WIFI&fontScale=100&pass_ticket=Dip3QhAoFuCXmvNUJBCqwg2%2FTrorNO8SzZpbc%2FtgnD4%3D): unsafe的一些函數(shù)

-   [Go 1.9 sync.Map揭秘](http://colobu.com/2017/07/11/dive-into-sync-Map/): sync.Map的實現(xiàn)揭秘

-   [Basic AST Traversal in Go](https://zupzup.org/go-ast-traversal/): ast,做工具和代碼分析的都需要

-   [A Go Programmer's Guide to Syscalls](https://www.youtube.com/watch?v=01w7viEZzXQ&index=20&list=PL2ntRZ1ySWBdD9bru6IR-_WXUgJqvrtx9&utm_source=golangweekly&utm_medium=email):Liz Rice的演講

-   [Pitfalls of context values and how to avoid or mitigate them in Go](https://www.calhoun.io/pitfalls-of-context-values-and-how-to-avoid-or-mitigate-them/): Context的陷阱以及如何避免它

-   [The 30 Most Popular Go String Functions](http://www.golangprograms.com/golang/string-functions/): 最常用的strings的30個方法

-   [Serving HTTPS](https://pocketgophers.com/serving-https/): 應(yīng)用https

-   [How To Trust Extra CA Certs In Your Go App](https://forfuncsake.github.io/post/2017/08/trust-extra-ca-cert-in-go-app/): 使用外部的CA

-   [GOLANG中time.After釋放的問題](https://gocn.io/article/403): time.After使用的時候注意事項

-   [The new kid in town?---?Go's sync.Map](https://medium.com/@deckarep/the-new-kid-in-town-gos-sync-map-de24a6bf7c2c):sync.Map的性能

-   [The ultimate guide to writing a Go tool](https://arslan.io/2017/09/14/the-ultimate-guide-to-writing-a-go-tool/): Go工具開發(fā)終極手冊,gomodifytags的作者

-   [Streaming IO in Go](https://medium.com/learning-the-go-programming-language/streaming-io-in-go-d93507931185): io

-   [Things to know about HTTP in Go](https://scene-si.org/2017/09/27/things-to-know-about-http-in-go/): Go HTTP

-   [Important interfaces that every Go developer should know](https://spino.tech/blog/important-go-interfaces/#golang): 重要接口

-   [Go Walkthrough: fmt](https://medium.com/go-walkthrough/go-walkthrough-fmt-55a14bbbfc53): fmt詳解

-   [Context API explained](https://siadat.github.io/post/context):context詳解

-   [Basic AST Manipulation in Go](https://zupzup.org/ast-manipulation-go/):還是ast

-   [In-depth introduction to bufio.Scanner in Golang](https://medium.com/golangspec/in-depth-introduction-to-bufio-scanner-in-golang-55483bb689b4):深入介紹bufio.Scanner

-   [Go Slice vs Maps](https://boltandnuts.wordpress.com/2017/11/20/go-slice-vs-maps/):性能比較

-   [Introduction to bufio package in Golang](https://medium.com/golangspec/introduction-to-bufio-package-in-golang-ad7d1877f762): bufio介紹

-   [TCP Socket Implementation On Golang](https://medium.com/@ggiovani/tcp-socket-implementation-on-golang-c38b67c5d8b): 從外部推斷內(nèi)部實現(xiàn)

-   [Understanding Go programs with go/parser](https://medium.com/@francesc/understanding-go-programs-with-go-parser-c4e88a6edb87): 帶你學(xué)習(xí)go/parser

-   [unsafe.Pointer and system calls](https://blog.gopheracademy.com/advent-2017/unsafe-pointer-and-system-calls/):理解 unsafe.Pointer和系統(tǒng)調(diào)用

-   [Using Go Templates](https://blog.gopheracademy.com/advent-2017/using-go-templates/):使用模板


編程模式


-   [Functional Options Pattern in Go](https://halls-of-valhalla.org/beta/articles/functional-options-pattern-in-go,54/): 介紹了參數(shù)以函數(shù)子的方式實現(xiàn),更出名的是[ Rob Pike](https://commandcenter.blogspot.de/2014/01/self-referential-functions-and-design.html)提出的這種模式,以及[Dave Cheney](https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis)的進一步介紹。

-   [A Story of a Fat Go Binary](https://hackernoon.com/a-story-of-a-fat-go-binary-20edc6549b97): 使用gofat給Go程序瘦身

-   [a size profiler for binaries ](https://github.com/google/bloaty):瘦身瘦身,google出品

-   [How to ship production-grade Go](https://www.oreilly.com/ideas/how-to-ship-production-grade-go):開發(fā)產(chǎn)品級的程序

-   [Go programming language secure coding practices guide](https://github.com/Checkmarx/Go-SCP):安全代碼指南

-   [Error handling patterns in Go](https://mijailovic.net/2017/05/09/error-handling-patterns-in-go/): Go的錯誤處理總是讓人困惑

-   [Alternative Patterns for Method Overloading in Go](https://mymemorysucks.wordpress.com/2017/05/16/alternative-patterns-for-method-overloading-in-go/): Go的方法重載的可選實現(xiàn)

-   [Go, without package scoped variables](https://dave.cheney.net/2017/06/11/go-without-package-scoped-variables): 不推薦包級別的變量,但是怎么做呢

-   [Don't defer Close() on writable files](https://joeshaw.org/dont-defer-close-on-writable-files/): defer會忽略錯誤

-   [Go Patterns](http://tmrts.com/go-patterns/): Go設(shè)計模式

-   [Golang Concurrency Tricks](http://udhos.github.io/golang-concurrency-tricks/):channel和goroutine技巧

-   [go make 和 new 的區(qū)別](http://sanyuesha.com/2017/07/26/go-make-and-new/): 區(qū)別

-   [Context isn't for cancellation](https://dave.cheney.net/2017/08/20/context-isnt-for-cancellation): Context目的不是為了cancel

-   [Inject build-time variables with Golang](https://blog.alexellis.io/inject-build-time-vars-golang/):

-   [go advices](https://github.com/cristaloleg/go-advices): Go建議清單

-   [Error handling in Upspin](https://commandcenter.blogspot.com.au/2017/12/error-handling-in-upspin.html): Rob Pike的實踐

-   [Dynamic JSON in Go](http://eagain.net/articles/go-dynamic-json/): 使用`*json.RawMessage` 和 `interface{}`


開發(fā)技巧


-   [Adding custom data to Go binaries at compile time](https://goenning.net/2017/01/25/adding-custom-data-go-binaries-compile-time/): 編譯時給二進制文件加點料

-   [Go Quickstart Tips for Experienced Programmers](https://stablekernel.com/go-quickstart-helpful-tips-for-experienced-programmers/): 給經(jīng)驗豐富的程序員的一些Go的小貼士

-   [Gracefully terminate a program in Go](http://guzalexander.com/2017/05/31/gracefully-exit-server-in-go.html):優(yōu)雅滴關(guān)閉程序

-   [Golang 中使用 JSON 的小技巧](https://gocn.io/article/363): JSON使用的小技巧

-   [How to find out which Go version built your binary](https://dave.cheney.net/2017/06/20/how-to-find-out-which-go-version-built-your-binary): debug發(fā)現(xiàn)Go版本

-   [Generating good unique ids in Go](https://blog.kowalczyk.info/article/JyRZ/generating-good-random-and-unique-ids-in-go.html):產(chǎn)生唯一的ID

-   [Fencing off Go Applied - A Practical Look at a Go Research Paper](https://emil.hessman.se/articles/fencing-off-go): 使用 dingo-hunter 和 Gong 編譯時檢查死鎖和channel

-   [Go Tooling in Action](https://github.com/campoy/go-tooling-workshop): Go開發(fā)時的一些工具介紹

-   [How to use conditional compilation with the go build tool](https://dave.cheney.net/2013/10/12/how-to-use-conditional-compilation-with-the-go-build-tool):條件編譯

-   [Strace in 60 lines of Go](https://hackernoon.com/strace-in-60-lines-of-go-b4b76e3ecd64): 實現(xiàn)strace

-   [3 ways to iterate in Go](https://blog.kowalczyk.info/article/1Bkr/3-ways-to-iterate-in-go.html):三種方式遍歷

-   [RustGo: Calling Rust From Go with Little Overhead](https://golangweekly.com/issues/173):高效的從Go調(diào)用Rust

-   [Version Constraints and Go](https://medium.com/@theckman/version-constraints-and-go-c9309be15773):指定的Go版本才能編譯

-   [6 Go Tips You Should (probably not) Use](https://medium.com/@Raedwulf/6-go-tips-you-should-probably-not-use-b252dfd0a3c4): 6個Go小技巧,但是你不應(yīng)該在代碼中使用, :)

-   [15 Lessons in Golang](https://blog.thesparktree.com/15-lessons-in-golang):15個經(jīng)驗教訓(xùn)

-   [Using functional options instead of method chaining in Go](https://www.calhoun.io/using-functional-options-instead-of-method-chaining-in-go/): 使用函數(shù)式參數(shù),而不是鏈?zhǔn)讲僮?/p>

-   [合理配置GOMAXPROCS提升一倍以上的性能](https://my.oschina.net/linker/blog/1504199): 對于I/O密集型的程序,建議設(shè)置GOMAXPROCS大一些

-   [Lint your #golang code like a mad man!](http://colobu.com/2017/06/27/Lint-your-golang-code-like-a-mad-man/): 像牛人一樣編寫代碼

-   [Rate Limiting Service Calls in Go](https://medium.com/@KevinHoffman/rate-limiting-service-calls-in-go-3771c6b7c146):限流

-   [Sending HTML email using Go](http://www.blog.labouardy.com/sending-html-email-using-go/):發(fā)送html郵件

-   [Go Assembly 示例](http://colobu.com/goasm/): Go使用匯編的例子

-   [go web examples](https://gowebexamples.com/):web開發(fā)例子

-   [Handling CORS In A Golang Web Application](https://www.thepolyglotdeveloper.com/2017/10/handling-cors-golang-web-application/):CORS處理

-   [Understanding Go panic output](https://joeshaw.org/understanding-go-panic-output/): 理解Go的panic輸出

-   [Go語言中實現(xiàn)基于 event-loop 網(wǎng)絡(luò)處理](http://colobu.com/2017/11/29/event-loop-networking-in-Go/):不同的思路

-   [Generating Go structs from JSON](https://pocketgophers.com/go-structs-from-json/):5個json to gostruct的工具

-   [go語言死循環(huán)分析](http://michaelyou.github.io/2017/12/05/go%E8%AF%AD%E8%A8%80%E6%AD%BB%E5%BE%AA%E7%8E%AF%E5%88%86%E6%9E%90%2f):當(dāng)然不是go的bug,看看go的[討論](https://github.com/golang/go/issues/15442)

-   [Access unexported fields in golang/reflect](https://stackoverflow.com/questions/42664837/access-unexported-fields-in-golang-reflect): 訪問unexported的字段

-   [Why is port a string and not an integer](https://stackoverflow.com/questions/47992477/why-is-port-a-string-and-not-an-integer): `URL.Port`為什么是字符串而不是整數(shù)?

-   [golang: How the select worked when multiple channel involved](https://stackoverflow.com/questions/47645808/golang-how-the-select-worked-when-multiple-channel-involved):使用偽隨機

-   [How to reuse request body of *http.Request](https://stackoverflow.com/questions/47625304/how-to-reuse-request-body-of-http-request-between-http-middleware-handlers): request.Body讀完就不能再多了,如何重用?


面試題


-   [golang 面試題](https://zhuanlan.zhihu.com/p/26972862): 諾唯總結(jié)的11個面試題, [解答](https://yushuangqi.com/blog/2017/golang-mian-shi-ti-da-an-yujie-xi.html)

-   [Golang精編100題](https://www.jianshu.com/p/f690203ff168):選擇題和填空題,試試看


第三方庫


-   [Infinite Sets in Go](https://blog.haardiek.org/infinite-sets-in-go.html): 把set實現(xiàn)玩出花

-   [awesome-go-storage](https://github.com/gostor/awesome-go-storage): 100多個Go語言實現(xiàn)的存儲引擎,強不強大?

-   [Learn Web Programming in Go by Examples](https://gowebexamples.com/): 類似gobyexamples,這次奉上的是關(guān)于web開發(fā)的

-   [Visualizing Concurrency in Go](https://divan.github.io/posts/go_concurrency_visualize/):可視化goroutine

-   [Network Protocol Breakdown: Ethernet and Go](https://medium.com/@mdlayher/network-protocol-breakdown-ethernet-and-go-de985d726cc1): 學(xué)習(xí)底層網(wǎng)絡(luò)協(xié)議處理

-   [再談?wù)劔@取 goroutine id 的方法](http://colobu.com/2017/08/04/talk-about-getting-goroutine-id-again/): goroutine ID的獲得,hacker方式

-   [Listen gRPC and HTTP requests on the same port](https://medium.com/@drgarcia1986/listen-grpc-and-http-requests-on-the-same-port-263c40cb45ff): grpc和http共用端口

-   [gRPC-Go performance Improvements](https://grpc.io/2017/08/22/grpc-go-perf-improvements.html): gRPC近期的性能優(yōu)化

-   [Building Blockchain in Go](https://jeiwan.cc/posts/building-blockchain-in-go-part-1/):使用Go編寫區(qū)塊鏈程序系列

-   [Minimal Perfect Hash Functions](https://blog.gopheracademy.com/advent-2017/mphf/):完美的hash函數(shù),極小


應(yīng)用


-   [今日頭條Go建千億級微服務(wù)的實踐](https://36kr.com/p/5073181.html): 今日頭條的微服務(wù)


版本新特性


-   [5 things to watch in Go programming in 2017](https://hackernoon.com/5-things-to-watch-in-go-programming-in-2017-39cd7a7e58e3): G0 1.8新的特性介紹

-   [Go 1.8](https://blog.gopheracademy.com/advent-2016/go-1.8/): 2016最后一天寫的,也算做2017年的文章吧

-   [The State of Go - February 2017](https://talks.golang.org/2017/state-of-go.slide): 2017對Go的綜評,來自Go團隊

-   [What is new in Go 1.8](https://www.slideshare.net/huazhihao1/what-is-new-in-go-18-72210978): what's new?

-   [Logging, interfaces, and allocation](http://commaok.xyz/post/interface-allocs/): Go 1.9中的一點優(yōu)化

-   [HTTP/2 Server Push](https://blog.golang.org/h2push): http2 push功能

-   [The State of Go - May 2017](https://talks.golang.org/2017/state-of-go-may.slide#1): The State of Go系列

-   [What's new in Google's Go 1.9](https://www.infoworld.com/article/3201037/application-development/whats-new-in-googles-go-language.html): what's new

-   [Toward Go 2](https://blog.golang.org/toward-go2): 目標(biāo)Go2

-   [Go 1.9中值得關(guān)注的幾個變化](http://tonybai.com/2017/07/14/some-changes-in-go-1-9/): what's new in go 1.9

-   [improve timers scalability on multi-CPU systems](https://go-review.googlesource.com/c/go/+/34784): go 1.10提升timer性能

-   [Go 1.10 Release Notes](https://tip.golang.org/doc/go1.10): go 1.10先睹為快

-   [Golang 1.10 前瞻](https://zhuanlan.zhihu.com/p/31820378): 新特性


請選中你要保存的內(nèi)容,粘貼到此文本框
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊舉報。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
2017 年 Go 語言編程的五大關(guān)注點
我在mac os上安裝gopherjs的過程
vscode設(shè)置go環(huán)境
2019 NLP大全:論文、博客、教程、工程進展全梳理(長文預(yù)警)
a16z整理了AI大模型領(lǐng)域的經(jīng)典閱讀資料
用機器學(xué)習(xí)搞技術(shù),谷歌Megenta項目集錦(附Github)
更多類似文章 >>
生活服務(wù)
熱點新聞
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服