File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- // checker is a partial copy of https://github.com/golang/tools/blob/master/go/analysis/internal/checker
2
- // Copyright 2018 The Go Authors. All rights reserved.
3
- // Use of this source code is governed by a BSD-style
4
- // license that can be found in the LICENSE file.
5
-
6
1
// Package goanalysis defines the implementation of the checker commands.
7
2
// The same code drives the multi-analysis driver, the single-analysis
8
3
// driver that is conventionally provided for convenience along with
Original file line number Diff line number Diff line change
1
+ // Copyright 2018 The Go Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
4
+ //
5
+ // Partial copy of https://github.com/golang/tools/blob/master/go/analysis/internal/checker
6
+ // FIXME add a commit hash.
7
+
8
+ package goanalysis
You can’t perform that action at this time.
0 commit comments