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
hond
August 05, 2026
Programming
260
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
650
Go言語の特性を活かした公式MCP SDKの設計
hond0413
2
1.4k
Other Decks in Programming
See All in Programming
VibeCodingからAgenticWorkflowへ
starfish719
0
890
Japan Community Day at Kubecon + CloudNativeCon Japan 2026: Learning Container Privilege Control by Building My Own Low-Level Container Runtime
ternbusty
1
170
AIと壁打ちしながら進めるコスト管理
fufuhu
2
1.7k
仕様駆動開発へのトライを機に チームに適合する手法を模索し続けている話
freee
PRO
0
620
「つくるAI」だけではバグは見つからない ~テストに必要な「見つけるAI」を分離させる戦略~
mfunaki
0
190
私のClaude Code活用法 (個人開発編) - PHPerKaigi mini #4(2026/08/24)
panda_program
1
160
承認済みなのに差戻しできてしまうバグ、型で潰せます
shinchit
0
110
実装をデザインガイドラインに追従させるための取り組み / 260731-dip-mosh-design-system
dachi023
0
7.8k
言葉の格闘技のススメ~紙とペンと言葉から始める、キャリアの描き方~
progresscicada
2
180
How I Won Prize Money at a Hackathon Using Codex and Symphony Alpha
yasei_no_otoko
0
120
T3DD26: From RAGs to Riches
martinhelmich
0
100
不幸な GC
chencmd
0
760
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
698
190k
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
470
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.6k
4 Signs Your Business is Dying
shpigford
187
23k
Deep Space Network (abreviated)
tonyrice
0
270
The SEO Collaboration Effect
kristinabergwall1
1
530
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
220
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.8k
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
2
260
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
580
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.6k
Exploring anti-patterns in Rails
aemeredith
3
470
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