Golang有很多非常强大的用法,本文对网上的一些文章做一个简单的汇总,供以后翻阅。

1,Constant的用法

https://splice.com/blog/iota-elegant-constants-golang/  这篇文章详细介绍了如何优雅地定义constant

2,Channel

非阻塞Channel操作:https://gobyexample.com/non-blocking-channel-operations

超时Channel:http://blog.golang.org/go-concurrency-patterns-timing-out-and

3,Functions

函数也是第一公民:http://jordanorelli.com/post/42369331748/function-types-in-go-golang

4,Go做性能评测

http://blog.golang.org/profiling-go-programs

5,Go Performance Tales

http://jmoiron.net/blog/go-performance-tales/

6,Go Channels

https://docs.google.com/document/d/1yIAYmbvL3JxOKOjuCyon7JhW4cSv1wy5hC0ApeGMV9s/pub

7,Go中调用C的开销问题

https://groups.google.com/forum/#!msg/golang-nuts/RTtMsgZi88Q/To5F9wWnpU8J

8,Go1.4开启GC报告:

GODEBUG=gctrace=1 /path/to/program

最新文章

  1. CSS Hack技术(一)
  2. 14.5.2.4 Locking Reads 锁定读:
  3. BZOJ2739 最远点(分治 + 决策单调性)
  4. 高榕资本宾悦:未使用的企业家Testin云测试服务类故障
  5. find the majority element
  6. 315.Count of Smaller Numbers After Self My Submissions Question
  7. Git 远程分支的pull与push
  8. PyQt4 的事件与信号 -- 发射信号
  9. 深入理解SpringBoot之自动装配
  10. DC综合简单总结(2)
  11. 一款DMA性能优化记录:异步传输和指定实时信号做async IO
  12. Vuex、axios、跨域请求处理和import/export的注意问题
  13. Spring4.x 基础
  14. 浪院长 | spark streaming的使用心得
  15. CentOS 7下升级Python版本到3.x系列
  16. 转:C#中Undo/Redo的一个简易实现
  17. summer_19th,Nov 2018
  18. Python源码文件中带有中文时,输出乱码
  19. Oracle SQL语句执行步骤
  20. weex-toolkit 使用

热门文章

  1. iOS开发-简单抽奖
  2. Could not load file or assembly 'System.Data.SQLite' or one of its dependencies. An attempt was made to load a program
  3. C# 简单日志文本输出
  4. java多线程之间的顺序问题
  5. 转: MinGw离线安装方法集合
  6. [Spring boot] Autowired by name, by @Primary or by @Qualifier
  7. Mybatis源码分析之Mapper执行SQL过程(三)
  8. ReSharper修改命名风格
  9. Spring Boot MyBatis升级篇-注解-动态SQL(if test)-方案二:@Provider(8)
  10. Gradle基本使用(1):安装、IDEA使用