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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
hond
August 05, 2026
Programming
320
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
670
Go言語の特性を活かした公式MCP SDKの設計
hond0413
2
1.5k
Other Decks in Programming
See All in Programming
Webの地図
yosuke_furukawa
PRO
6
4k
DynamoDBの基礎を振り返りながらベクトル検索機能を理解する
musan
3
280
Kiroで創り、AgentCoreで繋ぐ!AWSで実践する「AI-DLC」から「AIエージェント統合」までの最新地図
licux
4
620
「AI時代、配布するPythonコードをどう守るか: 難読化の実験と判断軸」 #PyconJP2026
pkshadeck
PRO
2
190
AIの中の人になってみる
htkym
0
170
Claude Codeを組織的に動かして月400PRを実現した話
happy_ryo
0
270
go-spidermonkeyでAIエージェントのCode Modeを実装する
syumai
3
1.5k
AI に Inclusive UI を書かせよう — Design Rules Skill で Compose UI を作り直す
theoriatec2024
1
470
AgentCore CLI で進化した AWS での AI エージェントの作り方 : 必要な機能を必要な時に
icoxfog417
PRO
2
280
不幸な GC
chencmd
0
900
数年滞っていたダークモード対応をおよそ2週間で完了させる
chigichan24
0
700
WebMCP Challenge に星空観察アプリで参加した話
okajun35
0
130
Featured
See All Featured
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
62k
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
2.1k
The Limits of Empathy - UXLibs8
cassininazir
1
650
How GitHub (no longer) Works
holman
316
150k
Scaling GitHub
holman
464
140k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.3k
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
450
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
2
1.8k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
590
Building a Scalable Design System with Sketch
lauravandoore
464
34k
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