aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/osinfo/doc.go
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2022-01-14 15:22:10 -0500
committerMichael Pratt <mpratt@google.com>2022-01-14 20:50:32 +0000
commit07b995e5bba0c3fe04d6ba399c16abec485bcdaa (patch)
tree1e937d0aa089ab67c6a4f072a183268e2c79744b /src/cmd/internal/osinfo/doc.go
parent4f0c32de078b57958fa9c37c05bae4ee1f8193e5 (diff)
downloadgo-07b995e5bba0c3fe04d6ba399c16abec485bcdaa.tar.gz
go-07b995e5bba0c3fe04d6ba399c16abec485bcdaa.zip
Revert "cmd/dist: log OS version when testing"
Fails TestAllDependencies. This reverts CL 371475. For #50146. Change-Id: I1feccd772d92d80e57c6327a4ac7b8af753a8c05 Reviewed-on: https://go-review.googlesource.com/c/go/+/378586 Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Michael Pratt <mpratt@google.com> Run-TryBot: Michael Pratt <mpratt@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src/cmd/internal/osinfo/doc.go')
-rw-r--r--src/cmd/internal/osinfo/doc.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cmd/internal/osinfo/doc.go b/src/cmd/internal/osinfo/doc.go
deleted file mode 100644
index c2f74bea27..0000000000
--- a/src/cmd/internal/osinfo/doc.go
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright 2021 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// Package osinfo provides OS metadata information.
-package osinfo