mirror of
https://github.com/golang/go
synced 2024-11-05 14:46:11 -07:00
1f446432dd
This is a regression from 1.6. The respective code in importimport (export.go) was not exactly replicated with the new importer. Also copied over the missing cyclic import check. Added test cases. Fixes #16133. Change-Id: I1e0a39ff1275ca62a8054874294d400ed83fb26a Reviewed-on: https://go-review.googlesource.com/24312 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Robert Griesemer <gri@golang.org>
11 lines
295 B
Go
11 lines
295 B
Go
// errorcheckdir -s
|
|
|
|
// Copyright 2016 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.
|
|
|
|
// Verify error messages referring to multiple different
|
|
// packages with the same package name.
|
|
|
|
package ignored
|