summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-12-26 12:59:51 +0100
committerDimitri Sokolyuk <demon@dim13.org>2017-12-26 12:59:51 +0100
commit4e6e55fc4fbc9af371c8b99d7890e068527e3f57 (patch)
tree13cf7cedca06f80b08b54b0ff61ecaa4c324ade9
parent9e2db6a2e70494e349153091b1a4168b0e5e88a8 (diff)
Update vendor
-rw-r--r--vendor/golang.org/x/tools/README10
-rw-r--r--vendor/golang.org/x/tools/present/doc.go6
2 files changed, 1 insertions, 15 deletions
diff --git a/vendor/golang.org/x/tools/README b/vendor/golang.org/x/tools/README
deleted file mode 100644
index d5944c6..0000000
--- a/vendor/golang.org/x/tools/README
+++ /dev/null
@@ -1,10 +0,0 @@
-This subrepository holds the source for various packages and tools that support
-the Go programming language.
-
-Some of the tools, godoc and vet for example, are included in binary Go distributions.
-Others, including the Go guru and the test coverage tool, can be fetched with "go get".
-
-Packages include a type-checker for Go and an implementation of the
-Static Single Assignment form (SSA) representation for Go programs.
-
-To submit changes to this repository, see http://golang.org/doc/contribute.html.
diff --git a/vendor/golang.org/x/tools/present/doc.go b/vendor/golang.org/x/tools/present/doc.go
index 804ec84..1eae9c8 100644
--- a/vendor/golang.org/x/tools/present/doc.go
+++ b/vendor/golang.org/x/tools/present/doc.go
@@ -62,7 +62,7 @@ After that come slides/sections, each after a blank line:
.iframe http://foo
.link http://foo label
.html file.html
- .caption _Gopher_ by [[http://www.reneefrench.com][Renée French]]
+ .caption _Gopher_ by [[https://www.instagram.com/reneefrench/][Renée French]]
Again, more text
@@ -85,10 +85,6 @@ There must be no spaces between markers. Within marked text,
a single marker character becomes a space and a doubled single
marker quotes the marker character.
-at the beginning of a line or
-else be preceded by a space or punctuation; similarly a closing
-marker must be at the end of the lineo
-
_italic_
*bold*
`program`