Upgrade to Pro — share decks privately, control downloads, hide ads and more …

進化を続けるGo toolsの現在地 / The Current State of Ever-...

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
Avatar for hond hond
August 05, 2026

進化を続けるGo toolsの現在地 / The Current State of Ever-Evolving Go Tools

Avatar for hond

hond

August 05, 2026

More Decks by hond

Other Decks in Programming

Transcript

  1. $ 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
  2. gopls MCP go vet gopls go vet go fix go

    fix gopls MCP pkg.go.dev API
  3. 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