@Override
 protected void setUp() throws Exception {
   super.setUp();
   myFixture.enableInspections(GoMultiplePackagesInspection.class);
 }
 @Override
 protected void setUp() throws Exception {
   super.setUp();
   myFixture.enableInspections(GoContinueNotInLoopInspection.class);
 }