aboutsummaryrefslogtreecommitdiff
path: root/cmp/internal/teststructs/foo2/foo.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmp/internal/teststructs/foo2/foo.go')
-rw-r--r--cmp/internal/teststructs/foo2/foo.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmp/internal/teststructs/foo2/foo.go b/cmp/internal/teststructs/foo2/foo.go
new file mode 100644
index 0000000..c0882fb
--- /dev/null
+++ b/cmp/internal/teststructs/foo2/foo.go
@@ -0,0 +1,10 @@
+// Copyright 2020, 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 foo is deliberately named differently than the parent directory.
+// It contain declarations that have ambiguity in their short names,
+// relative to a different package also called foo.
+package foo
+
+type Bar struct{ S string }