blob: 258dbeb680f73a16d8e978a76169f0f7c092ab11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|