-
## GOPHER NATION
A U G 2 0 1 7
## GOPHER NATION
WRITTEN & DELIVERED BY STEVE FRANCIA (spf13)
FOR GOLANGUK 2017
## WHERE WE'VE BEEN
## MAJOR GO MILESTONES
## GO'S TIMELINE
Major milestones
0 码力 |
66 页 |
5.25 MB
| 2 年前 3
-
0 码力 |
20 页 |
4.55 MB
| 3 月前 3
-
use 14
2.0.2 logo use (continued) 15
2.1 color 16
2.2 typography 17
the mascot
2.0 the gopher 21
2.0.1 model sheet 22
## the brand
## Bring order to the complexity of creating and running software to communicate speed and efficiency. The circular shape of the letters hints at the eyes of the Go gopher, allowing the mark and the mascot to pair well together.
Please follow these guidelines as you implement typeface pairs perfectly with Go's friendly and approachable brand personality—alongside the Gopher and the bright, vibrant color palette.
It is available for free at fonts.google.com
Consistent
0 码力 |
23 页 |
1.16 MB
| 2 年前 3
-
# 基于 mesos 的容器调度框架 Gopher 杭州 meetup 5 August 2017
黄励博(huangnau)
又拍云
## What's Upone
UPONE
## demandporn 10
repo.upyun.com:5043/demandpom:v0.0.17
CPU: 1.0
MEM: 2560.0M
Disk: 0.0G
Net: BRIDGE
0 码力 |
36 页 |
2.49 MB
| 2 年前 3
-
Don't pay for what you don't use
## Java, Ruby, Smalltalk Everything is an object
## What are a Gopher's values?
## The Zen of PythonGo
Beautiful is better than ugly.
Explicit is better than implicit
0 码力 |
73 页 |
13.96 MB
| 2 年前 3
-
能。
- Go拥有一个活跃和回应快速的社区。社区贡献了大量高质量的第三方库包和应用(https://github.com/avelino/awesome-go)。
Go程序员常常被称为地鼠(gopher)。
上面已经提到,Go属于编译型的静态语言。但是Go的很多特性使得用Go编程像使用动态脚本语言一样的灵活。一般很难将静态语言的严格性和动态语言灵活性的优点合二为一。但是Go做到了这一点。当然 T) m(n int) bool {
11| return len(t) > n
12| }
13|
14| func main() {
15| var i = T("gopher")
16| fmt.println(i.m(5)) // true
17| fmt.println(I.m(i, 5)) // true
18| fmt.println(interface 函数用来检查通道是否已经关闭?
(#check-if-channels-closed)
函数返回局部变量的指针是否安全?( $ #return-local-pointers $ )
☐ 单词gopher在Go社区中表示什么?(#gopher)
## 编译器错误信息non-name *** on left side of :=意味着什么?
直到目前(Go 1.21),Go中对短变量声明有一个强制性约束
(https://golang
0 码力 |
591 页 |
21.40 MB
| 2 年前 3
-
易上手一些。
• Go拥有一个比较齐全的标准库。这个标准库提供了很多常用的功能。
- Go拥有一个活跃和回应快速的社区。社区贡献了大量高质量的第三方库包和应用。
Go程序员常常被称为地鼠(gopher)。
上面已经提到,Go属于编译型的静态语言。但是Go的很多特性使得用Go编程像使用动态脚本语言一样的灵活。一般很难将静态语言的严格性和动态语言灵活性的优点合二为一。但是Go做到了这一点。当然,合二为一也会不可避免地 T string
func (t T)m(n int)bool {
return len(t) > n
}
func main() {
var i I = T("gopher")
fmt.println(i.m(5)) // true
fmt.println(I.m(i, 5)) // true
fmt.println(interface ne的值转换为字符串?
如何原子地操作指针值?
· 其它
ota是什么意思?
为什么没有一个内置的closed函数用来检查通道是否已经关闭?
函数返回局部变量的指针是否安全?
。单词gopher在Go社区中表示什么?
## 编译器错误信息non-name *** on left side of :=意味着什么?
直到目前(Go 1.21),Go中对短变量声明有一个强制性约束:
所
0 码力 |
608 页 |
1.08 MB
| 2 年前 3
-
容易上手一些。
• Go拥有一个比较齐全的标准库。这个标准库提供了很多常用的功能。
- Go拥有一个活跃和回应快速的社区。社区贡献了大量高质量的第三方库包和应用。
Go程序员常常被称为地鼠(gopher)。
上面已经提到,Go属于编译型的静态语言。但是Go的很多特性使得用Go编程像使用动态脚本语言一样的灵活。一般很难将静态语言的严格性和动态语言灵活性的优点合二为一。但是Go做到了这一点。当然 T string
func (t T) m(n int) bool {
return len(t) > n
}
func main() {
var i = T("gopher")
fmt.Println(i.m(5)) // true
fmt.Println(I.m(i, 5)) // true
fmt.Println(interface 如何原子地操作指针值?
- 如何原子地操作指针值?
## · 其它
ota是什么意思?
为什么没有一个内置的closed函数用来检查通道是否已经关闭?
函数返回局部变量的指针是否安全?
。单词gopher在Go社区中表示什么?
## 编译器错误信息non-name *** on left side of :=意味着什么?
直到目前(Go 1.21),Go中对短变量声明有一个强制性约束:
所有位于
0 码力 |
821 页 |
956.82 KB
| 2 年前 3
-
毕业于中国科学技术大学,定居杭州
· 就职于阿里云-云原生应用平台团队
• Problem Solver,聚焦中间件,容器,Kubernetes,PaaS平台...
• OAM社区成员
GOPHER CHINA 2020
## 开局一张图
2020云上双11
阿里云扛住全球最大流量洪峰
规模化应用交付效率对比去年 提升1倍

每万笔峰值交易的IT成本对比4年前 下降80%
稳定
云原生技术
效率
成本
GOPHER CHINA 2020
## 云原生-程序员视角

## Database
## Streaming & Messaging
## Continuous Integration
0 码力 |
23 页 |
7.70 MB
| 2 年前 3
-
Language
☆ translate.google.cn - Google 翻译
☆ www.itdks.com/dakashuo/new/eventlist/detail/1262 -
Gopher 广州 meetup IT大咖说 - 大咖干货,不再错过
Q go - google.com 搜索
## 示例
go l
> go
"google"
"gmail"
"gopher"
"great"
"guide"
## 原理解释
> go
"google"
"gmail"
"gopher"
"great"
"guide"
## 原理解释
> > go
"google"
"gmail"
"gopher"
"great"
"guide"
w1, "google"
w2, "gmail"
w3, "gopher"
w4, "great"
w5, "guide"
权重与候选结果 0 码力 |
176 页 |
2.34 MB
| 2 年前 3
|