From b287bfb4777dfb1109c7b83de29c4b8e8f2e643a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 22 Mar 2020 17:07:47 +0100 Subject: Add README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md 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 -- cgit v1.2.3