Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Golang - WePow Talks
Search
Javier Cervantes
March 06, 2015
Programming
0
59
Golang - WePow Talks
Introductory talk to golang given at weekly wepow talks.
Javier Cervantes
March 06, 2015
Tweet
Share
More Decks by Javier Cervantes
See All by Javier Cervantes
Continuous Delivery para todos @ SGNext
solojavier
0
98
Gobot.io y el internet de las cosas
solojavier
0
110
Deliberate Practice - Lightning Talk
solojavier
0
140
Server Provisioning and Configuration
solojavier
0
63
Evolución Robótica
solojavier
0
47
Duck Typing
solojavier
0
76
Re-evolución robótica
solojavier
0
82
Artoo : Ruby on robots
solojavier
0
100
Las pruebas primero
solojavier
0
56
Other Decks in Programming
See All in Programming
Language Server と喋ろう – TSKaigi 2025
pizzacat83
2
680
UPDATEがシステムを複雑にする? イミュータブルデータモデルのすすめ
shimomura
0
220
マテリアルって何者?RealityKitで扱うマテリアル入門
nao_randd
0
140
テスト分析入門/Test Analysis Tutorial
goyoki
12
2.7k
ユーザーにサブドメインの ECサイトを提供したい (あるいは) 2026年函館で一番熱くなるかもしれない言語の話
uvb_76
0
180
技術懸念に立ち向かい 法改正を穏便に乗り切った話
pop_cashew
0
840
Zennの運営完全に理解した #完全に理解したTalk
wadayusuke
1
140
primeNumberでのRBS導入の現在 && RBS::Traceでinline RBSを拡充してみた
mnmandahalf
0
260
AIエージェントによるテストフレームワーク Arbigent
takahirom
0
280
TypeScript Language Service Plugin で CSS Modules の開発体験を改善する
mizdra
PRO
3
2.4k
TSConfigからTypeScriptの世界を覗く
planck16
2
1.3k
Spring gRPC で始める gRPC 入門 / Introduction to gRPC with Spring gRPC
mackey0225
0
140
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1031
460k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
47
2.8k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
14
1.5k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Done Done
chrislema
184
16k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Speed Design
sergeychernyshev
30
970
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Transcript
@solojavier - @WePow Go
@solojavier - @WePow Go
About • Open Source • Google • C successor
My personal highlights
Concurrency
Object oriented (Types / Composition / Interfaces)
Compiled (Deployment + Fast)
Testing
Standard format (gofmt - GOPATH)
Errors are values
Standard library
Pitfalls
Server example https://github.com/solojavier/ hazlo/blob/master/server.go
Game of life https://github.com/solojavier/golife