diff options
author | Teddy Wing | 2020-03-22 18:17:50 +0100 |
---|---|---|
committer | Teddy Wing | 2020-03-22 18:17:50 +0100 |
commit | 28feec2a5ed3e1ec8437683f5a6964d2900ffa59 (patch) | |
tree | cf39a22de5039fb4a3ddb3a256279844e17c0228 | |
parent | ce26f3f5d2812bd866d03d3705d7c2f11a531a14 (diff) | |
download | godoc-links-28feec2a5ed3e1ec8437683f5a6964d2900ffa59.tar.bz2 |
-rw-r--r-- | godoc-links.user.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/godoc-links.user.js b/godoc-links.user.js index 6f56fe9..0ed9ec4 100644 --- a/godoc-links.user.js +++ b/godoc-links.user.js @@ -2,6 +2,7 @@ // @name GoDoc Links // @description Add GoDoc documentation links to relevant pages // @namespace com.teddywing +// @version 0.0.1 // @match https://godoc.org/* // @match https://pkg.go.dev/* // @match https://github.com/* |