diff options
Diffstat (limited to 'test/import4.dir/empty.go')
-rw-r--r-- | test/import4.dir/empty.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/import4.dir/empty.go b/test/import4.dir/empty.go new file mode 100644 index 0000000..1dffa17 --- /dev/null +++ b/test/import4.dir/empty.go @@ -0,0 +1,10 @@ +// Copyright 2009 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 empty + +import ( ) +const ( ) +var ( ) +type ( ) |