projectDesc contains a url, description for a project.
| 32 | |
| 33 | // projectDesc contains a url, description for a project. |
| 34 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected