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