Skip to content

Commit 2fe04a5

Browse files
committed
chore: add new base file
1 parent b87262b commit 2fe04a5

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

pkg/goanalysis/runner.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
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-
61
// Package goanalysis defines the implementation of the checker commands.
72
// The same code drives the multi-analysis driver, the single-analysis
83
// driver that is conventionally provided for convenience along with

pkg/goanalysis/runner_base.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

0 commit comments

Comments
 (0)