get_go_module
Retrieve the latest version of a Go module by providing its module path. Returns version details from the Go module registry.
Instructions
Get the latest version of a Go module.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_path | Yes | The Go module path (e.g., "github.com/gin-gonic/gin") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||