MCPcopy Create free account
hub / github.com/chromedp/examples / projectDesc

Struct projectDesc

logic/main.go:34–36  ·  view source on GitHub ↗

projectDesc contains a url, description for a project.

Source from the content-addressed store, hash-verified

32
33// projectDesc contains a url, description for a project.
34type projectDesc struct {
35 URL, Description string
36}
37
38// listAwesomeGoProjects is the highest level logic for browsing to the
39// awesome-go page, finding the specified section sect, and retrieving the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected