本门课程将帮助大家学习Kubernetes平台的核心概念、架构与内在原理,实际操作如何搭建和配置一个功能完备的K8s平台,并讲解和演示K8s平台日常运维的常见任务与疑难问题原因查找即解决方法| coding.imooc.com
This post is an extract from my presentation at the recent GoCon spring conference in Tokyo, Japan.| Dave Cheney
Style guideline for Go packages| rakyll.org
What follows is the text of my presentation, Functional options for friendly APIs that I gave at dotGo this year. It has been edited slightly for readability.| Dave Cheney
I've been trying on and off to find a nice way to deal with setting options in a Go package I am writing. Options on a type, that is. The p...| commandcenter.blogspot.com