Rémy Oudompheng | 46bce2a | 2012-10-07 23:22:01 +0200 | [diff] [blame] | 1 | // errorcheckdir |
Russ Cox | cd22afa | 2012-09-23 13:16:14 -0400 | [diff] [blame] | 2 | |
Russ Cox | f155048 | 2010-03-03 17:23:47 -0800 | [diff] [blame] | 3 | // Copyright 2009 The Go Authors. All rights reserved. |
| 4 | // Use of this source code is governed by a BSD-style |
| 5 | // license that can be found in the LICENSE file. |
| 6 | |
Rob Pike | 501f0b5 | 2012-02-23 18:47:26 +1100 | [diff] [blame] | 7 | // Verify that various kinds of "imported and not used" |
| 8 | // errors are caught by the compiler. |
| 9 | // Does not compile. |
Russ Cox | f155048 | 2010-03-03 17:23:47 -0800 | [diff] [blame] | 10 | |
Rémy Oudompheng | 46bce2a | 2012-10-07 23:22:01 +0200 | [diff] [blame] | 11 | package ignored |