commit | 2f5d2388922f370f4355f327fcf4cfe9f5583908 | [log] [tgz] |
---|---|---|
author | Kunpei Sakai <kunpei@google.com> | Fri Sep 21 04:40:41 2018 +0800 |
committer | Nigel Tao <nigeltao@golang.org> | Fri Sep 21 00:03:56 2018 +0000 |
tree | 3b9e419ef2d1a51c1e3f5b29d3096bc1ca92344d | |
parent | 26e67e76b6c3f6ce91f7c52def5af501b4e0f3a2 [diff] |
html: avoid panic even if unconsidered <isindex> and <template> combination The <isindex> element has been removed from the spec so that the <template> element doesn't cover it. To avoid panic, this commit adds ignoring code as a workaround. Fixes golang/go#27704 Change-Id: I847391389285df2fc0eb6a795f8c93b481cdebac Reviewed-on: https://go-review.googlesource.com/136575 Reviewed-by: Nigel Tao <nigeltao@golang.org>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.