open-context_get_go_info
Retrieve Go version release notes or library information by specifying version or import path. Data fetched from official sources and cached.
Instructions
Fetch and cache information about specific Go versions or Go libraries from official sources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of information to fetch: 'version' for Go release info or 'library' for Go package/library info | |
| version | No | Go version to fetch (e.g., '1.21', '1.22') when type is 'version', or library version when type is 'library' | |
| importPath | No | Import path of the Go library (e.g., 'github.com/gin-gonic/gin') when type is 'library' |