From 4e6e55fc4fbc9af371c8b99d7890e068527e3f57 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 26 Dec 2017 12:59:51 +0100 Subject: Update vendor --- vendor/golang.org/x/tools/README | 10 ---------- vendor/golang.org/x/tools/present/doc.go | 6 +----- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 vendor/golang.org/x/tools/README 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` -- cgit v1.2.3