Skip to content

Instantly share code, notes, and snippets.

@crb912
Last active December 11, 2018 09:10
Show Gist options
  • Select an option

  • Save crb912/fb517b03f03eb91fee8e8c443e667750 to your computer and use it in GitHub Desktop.

Select an option

Save crb912/fb517b03f03eb91fee8e8c443e667750 to your computer and use it in GitHub Desktop.
golang knowledge

Study Website 学习网站

https://gobyexample.com/ https://golang.org/doc/effective_go.html

Golang代码规范

https://sheepbao.github.io/post/golang_code_specification/

golang byte slice 字节切片

https://blog.csdn.net/xiaorenwuzyh/article/details/44567523

iota: Elegant Constants in Golang

https://splice.com/blog/iota-elegant-constants-golang/

Why does Go have a “goto” statement

https://stackoverflow.com/questions/11064981/why-does-go-have-a-goto-statement

An introduction to using and visualizing channels in Go 使用和可视化channels

https://www.sohamkamani.com/blog/2017/08/24/golang-channels-explained/

理解Go的Goroutine和channel

https://www.cnblogs.com/damumu/p/7320195.html

golang: select

https://gobyexample.com/select

gloang: make or new

https://www.cnblogs.com/vincenshen/p/9356974.htmlGo

Is Go an Object Oriented language? go是面向对象的语言吗?

https://spf13.com/post/is-go-object-oriented/ https://segmentfault.com/a/1190000001832282 中文译文

golang Interface

Go by Example: Interfaces

https://gobyexample.com/interfaces

Go Data Structures: Interfaces 数据结构: 接口

https://research.swtch.com/interfaces

Interfaces(接口)

https://wizardforcel.gitbooks.io/golang-doc/content/73.html

Interfaces in Go (part I)

https://medium.com/golangspec/interfaces-in-go-part-i-4ae53a97479c

Design philosophy of Golang interface type 接口的设计哲学

http://www.golangprograms.com/golang/interface-type/

理解 Go interface 的 5 个关键点

https://sanyuesha.com/2017/07/22/how-to-understand-go-interface/

深入学习golang 接口

https://juejin.im/post/5a6873fd518825734501b3c5 http://www.cnblogs.com/hustcat/p/4007126.html http://jordanorelli.com/post/32665860244/how-to-use-interfaces-in-go

complaint 对golang的抱怨

https://www.teamten.com/lawrence/writings/why-i-dont-like-go.html

其它小知识

  1. refect
    https://stackoverflow.com/questions/20170275/how-to-find-a-type-of-an-object-in-go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment