read_go_playground_url
Fetch Go source code from a Go Playground URL to view, analyze, or reuse the code snippet for local development.
Instructions
Read Go code from an existing Go Playground URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The Go Playground URL to read code from (e.g., https://go.dev/play/abc123 or https://play.golang.org/p/abc123) |