diff options
author | Teddy Wing | 2020-03-22 17:07:47 +0100 |
---|---|---|
committer | Teddy Wing | 2020-03-22 17:12:26 +0100 |
commit | b287bfb4777dfb1109c7b83de29c4b8e8f2e643a (patch) | |
tree | 0d6c3f56f3ba7ddc47926aafb489f5ac7d711184 /README.md | |
parent | a3409ee116e5c622d7631fd4cff37bca92d57ab5 (diff) | |
download | godoc-links-b287bfb4777dfb1109c7b83de29c4b8e8f2e643a.tar.bz2 |
Add README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..258dbeb --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +GoDoc Links +=========== + +A user script to add links between [GoDoc][godoc], [pkg.go.dev], and +[GitHub][github], to facilitate navigation between source and documentation. + + +## Install +Open the [raw script][raw_script] and click “Install” in the resulting dialog. A +[more detailed explanation][greasemonkey_instructions] is available on the +Greasemonkey wiki. + + +## License +Copyright © 2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). + + +[godoc]: https://godoc.org/ +[pkg.go.dev]: https://pkg.go.dev/ +[github]: https://github.com/ +[raw_script]: https://raw.githubusercontent.com/teddywing/godoc-links/master/godoc-links.user.js +[greasemonkey_instructions]: https://wiki.greasespot.net/Greasemonkey_Manual:Installing_Scripts |