diff options
Diffstat (limited to 'test/empty.go')
-rw-r--r-- | test/empty.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/empty.go b/test/empty.go deleted file mode 100644 index fa10d6931..000000000 --- a/test/empty.go +++ /dev/null @@ -1,12 +0,0 @@ -// $G $D/$F.go - -// 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 P - -import ( ) -const ( ) -var ( ) -type ( ) |