aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-03-22Add version numberHEADv0.0.1masterTeddy Wing
2020-03-22pkg.go.dev: Move source repo link code to a functionTeddy Wing
Now that we're doing two things on pkg.go.dev, put each one in a function for better organisation.
2020-03-22pkg.go.dev: Add a link to the GoDoc docs in the headerTeddy Wing
2020-03-22Add READMETeddy Wing
2020-03-22Add license (GNU GPLv3+)Teddy Wing
2020-03-22Add function documentationTeddy Wing
2020-03-22github.com: Connect functions together to insert GoDoc linkTeddy Wing
2020-03-22Add a UserScript headerTeddy Wing
2020-03-22Add an init functionTeddy Wing
Delegate to the appropriate function based on the current site.
2020-03-22godoc.org: Wrap code to add link to source repo in a functionTeddy Wing
2020-03-22github.com: Reduce font size of GoDoc linkTeddy Wing
Looks like the `flex-self-stretch` class isn't necessary.
2020-03-22github.com: Add a function to get the Go package name from the URLTeddy Wing
2020-03-22github.com: Add a GoDoc link in the header next to the repo nameTeddy Wing
2020-03-22github.com: Check if a repo uses GoTeddy Wing
Look in the language stats percentage bar on the repo page to find out if the project uses Go.
2020-03-22Add link to source code on pkg.go.devTeddy Wing
Link to the package's source code on pkg.go.dev's documentation page.
2020-03-22Add a link to the source code on godoc.orgTeddy Wing
Makes the `import "..."` line a link to the package's source code.