Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Sign up for free
Menu
Search
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Pricing
Search
Sign in
Sign up for free
進化を続けるGo toolsの現在地 / The Current State of Ever-...
Search
hond
August 05, 2026
Programming
330
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
680
Go言語の特性を活かした公式MCP SDKの設計
hond0413
2
1.5k
Other Decks in Programming
See All in Programming
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
370
Vibes Containers 〜AIで変わるコンテナ設計と運用〜
tkikuc
3
550
Claude Codeを組織的に動かして月400PRを実現した話
happy_ryo
0
280
Jetpack Compose メカニズム
skydoves
0
420
個人開発基盤をまるごとCloudflareに引っ越して爆速で総合的体験を向上させた話
tinykitten
0
190
Kiroで創り、AgentCoreで繋ぐ!AWSで実践する「AI-DLC」から「AIエージェント統合」までの最新地図
licux
4
680
市販E-Readerを乗っ取れ 〜Embedded Swiftで電子ペーパーガジェットを制御する〜
trickart
0
190
大喜利で理解するLLM as a Judge / Understanding LLM-as-a-Judge through Ogiri
rockname
0
100
TiDB Cloudのカスタムコントローラーによるオートスケール対応
takaidohigasi
0
120
Java 27新機能 / Java 27 new features
kishida
2
140
選挙速報を多くのユーザーへ 届ける Live Activities 設計
hamayokokuririn
0
140
【DroidKaigi 2026】「アクセシビリティを利用するとき、 アクセシビリティもまたこちらを利用している」 〜マルウェアによる攻撃と防衛について〜
halunoyo
0
460
Featured
See All Featured
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
1
520
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
240
What's in a price? How to price your products and services
michaelherold
247
13k
Chasing Engaging Ingredients in Design
codingconduct
0
310
[SF Ruby Conf 2025] Rails X
palkan
3
1.4k
sira's awesome portfolio website redesign presentation
elsirapls
0
410
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
370
How to Think Like a Performance Engineer
csswizardry
28
2.8k
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
490
How to build a perfect <img>
jonoalderson
1
6k
The Art of Programming - Codeland 2020
erikaheidi
57
14k
GraphQLの誤解/rethinking-graphql
sonatard
75
12k
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