aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/testgo.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/internal/modload/testgo.go')
-rw-r--r--src/cmd/go/internal/modload/testgo.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cmd/go/internal/modload/testgo.go b/src/cmd/go/internal/modload/testgo.go
deleted file mode 100644
index 6b34f5be39..0000000000
--- a/src/cmd/go/internal/modload/testgo.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2018 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.
-
-// +build testgo
-
-package modload
-
-func init() {
- printStackInDie = true
-}