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
AHC070解法紹介
eijirou
0
120
モジュールの視点からSwiftを読み解く #iosdc
s_shimotori
0
170
Claude Codeを組織的に動かして月400PRを実現した話
happy_ryo
0
280
一参加者から『中の人』へ 〜全通PHPerがブースに立って学んだ、カンファレンスを100倍楽しむコツ〜
wp_daisuke
0
150
WebMCP Challenge に星空観察アプリで参加した話
okajun35
0
170
SONY CISC-NEWS NWS-1750 + NWB-225 フレームバッファの NetBSD/news68k ドライバ実装 / OSC2026Hiroshima
tsutsui
0
110
新卒PdEのリアル
ryu1013
1
500
iOSDC2026登壇資料.pdf
riofujimon
0
160
海上で動くGoサーバー: goroutineとchannelでさばく航行データストリーム
atsuki_seo
0
690
Vue Fes Japan 2026 タイムテーブル徹底解説
448jp
0
160
cdk deploy JawsSonic #MARATHONしながらAWSリソースをデプロイしてみよう
akihisaikeda
2
130
仕様駆動開発による爆速プロダクト開発 / Bakusoku Spec Driven Development
kobakei
0
110
Featured
See All Featured
Joys of Absence: A Defence of Solitary Play
codingconduct
1
520
Into the Great Unknown - MozCon
thekraken
41
2.7k
How STYLIGHT went responsive
nonsquared
100
6.3k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
18k
Accessibility Awareness
sabderemane
1
210
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
700
KATA
mclloyd
PRO
35
15k
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
1
610
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
660
Principles of Awesome APIs and How to Build Them.
keavy
128
18k
From π to Pie charts
rasagy
1
370
The SEO identity crisis: Don't let AI make you average
varn
0
560
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