open-context_get_go_info
Fetch and cache Go version release details or library package information from official sources to support development workflows.
Instructions
Fetch and cache information about specific Go versions or Go libraries from official sources
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| importPath | No | Import path of the Go library (e.g., 'github.com/gin-gonic/gin') when type is 'library' | |
| 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' |