c替代lineCount,i替代sliceIndex包命应该使用小写的单个单词命名,不要使用下划线或驼峰格式
storage.Interface比storage.StorageInterface更好Reader,Writer,Formatter,CloseNotifier等Receiver命名通常使用类型名的单字母或两个字母的缩写,例如使用c或cl命名client的receiver
专有名词大小写应保持一致,如URL或url,不要使用Url,ServeHTTP而不是ServeHttp,appID而不是appId
命令行flags使用-而不用_,例如 --client-name 而不是 --client_name
http://blog.golang.org/godoc-documenting-go-code