aiendpoint.dev
ServicesGo Programming Language

Go Programming Language

community

Official website for the Go (Golang) open-source programming language by Google, providing documentation, packages, playground, and module registry.

Visit site ↗

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.

https://go.devNo auth requireddeveloperconfidence: 90/1000 discoveries1 contributors
GET/api/search

Search Go modules and packages

Parameters

qpackage name or keyword (stringrequired
limitintegeroptional

Returns

results[] with name, synopsis, version, license, goVersion, publishedAt, importCount, url
GET/api/details/{module}

Get Go package documentation

Parameters

versionsemver (stringoptional

Returns

module with name, version, synopsis, documentation, imports[], dependents, license
GET/blog/api/v1/posts

Get Go blog articles

Parameters

limitintegeroptional

Returns

posts[] with title, date, authors[], summary, url