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
進化を続けるGo toolsの現在地 / The Current State of Ever-...
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
hond
August 05, 2026
Programming
110
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
進化を続けるGo toolsの現在地 / The Current State of Ever-Evolving Go Tools
hond
August 05, 2026
More Decks by hond
See All by hond
Go 1.26で変わるgo fix
hond0413
0
610
Go言語の特性を活かした公式MCP SDKの設計
hond0413
2
1.4k
Other Decks in Programming
See All in Programming
仕様駆動開発へのトライを機に チームに適合する手法を模索し続けている話
freee
PRO
0
410
使用 Meilisearch 建立新聞搜尋工具
johnroyer
0
220
freee が目指す データ マネジメント戦略 AI-Ready 時代を支える 攻めのガバナンスとは
freee
PRO
0
260
Google Apps Script で Ruby を動かす
kawahara
0
130
jsmini JavaScript Engine を作ってみた話
yosuke_furukawa
PRO
0
290
アルゴリズムは何を圧縮しているのか ─ Haskell から育った「圧縮代数」というメンタルモデル
naoya
16
3.8k
PostgreSQL 18で考えるUUID主キー
kazuhiro1982
0
460
FDEが実現するAI駆動経営の現在地
gonta
2
260
壊れたパーサから始める関数型設計と構成的なパーサ #fp_matsuri
raiga0310
2
440
改善しないと、タスクが回らない。 “てんこ盛りポジション” を引き継いだ情シスの、入社3ヶ月の業務改善録
krm963
0
250
Go言語とトイモデルで学ぶTransformerの気持ち / fukuokago23-transformer
monochromegane
0
160
2年かけて Deno に DOMMatrix を実装した話 / How I implemented DOMMatrix in Deno over two years
petamoriken
0
200
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Docker and Python
trallard
47
4.1k
Un-Boring Meetings
codingconduct
0
370
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
160
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.8k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Git: the NoSQL Database
bkeepers
PRO
432
67k
Leo the Paperboy
mayatellez
8
2.1k
Odyssey Design
rkendrick25
PRO
2
750
Art, The Web, and Tiny UX
lynnandtonic
304
22k
Being A Developer After 40
akosma
91
590k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
62k
Transcript
None
None
None
None
None
go fix
None
GET /v1beta/package/{path} GET /v1beta/search?q={query} GET /v1beta/module/{path} GET /v1beta/symbols/{path} GET /v1beta/versions/{path}
GET /v1beta/imported-by/{path} GET /v1beta/packages/{path} GET /v1beta/vulns/{path}
$ curl -s 'https://pkg.go.dev/v1beta/symbols/net/http?limit=3' { "modulePath": "std", "version": "v1.26.5", "symbols":
{ "items": [ { "name": "Client", "kind": "Type" } ], "total": 403 } } net/http
None
gopls
None
example.com/a/b/c go mod tidy example.com/a example.com/a/b
gopls MCP go vet gopls go vet go fix go
fix gopls MCP pkg.go.dev API
pkg.go.dev API gopls MCP go vet go fix
2026-07-23 internal/api: set client error cache duration 2026-06-17 internal/api: fix
OpenAPI 3.0 validation issues 2026-05-27 internal/api: ungroup search results NeedsDecision