Go Programming Language
communityOfficial website for the Go (Golang) open-source programming language by Google, providing documentation, packages, playground, and module registry.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/api/searchSearch Go modules and packages
Parameters
qpackage name or keyword (stringrequiredlimitintegeroptionalReturns
results[] with name, synopsis, version, license, goVersion, publishedAt, importCount, urlGET
/api/details/{module}Get Go package documentation
Parameters
versionsemver (stringoptionalReturns
module with name, version, synopsis, documentation, imports[], dependents, licenseGET
/blog/api/v1/postsGet Go blog articles
Parameters
limitintegeroptionalReturns
posts[] with title, date, authors[], summary, url