commit | 4ed2e193bd1609a0f59ea2ec5343b4f106f92f95 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Jun 05 12:33:30 2019 -0400 |
committer | Russ Cox <rsc@golang.org> | Thu Jun 06 00:11:40 2019 +0000 |
tree | e6e0baaca1a9983f3a5a834e7eff30e9eab0ce78 | |
parent | c00ff65d016c07f7feb188ca0458ae3bae0f1532 [diff] |
net: fix conf.teardown call in TestGoLookupIPOrderFallbackToFile If the test fails, conf.teardown wouldn't be. It doesn't look like it matters much, but clean up anyway. Change-Id: I45c18095abfd49422975d061be20cbd971a98f8f Reviewed-on: https://go-review.googlesource.com/c/go/+/180780 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://golang.org/dl/.
After downloading a binary release, visit https://golang.org/doc/install or load doc/install.html in your web browser for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source or load doc/install-source.html in your web browser for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines: https://golang.org/doc/contribute.html
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://golang.org/wiki/Questions for a list of places to ask questions about the Go language.