Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

Commit 9a27203

Browse files
zcheebradfitz
authored andcommitted
all: add import comments
Change-Id: Ife10a16774dd6fe5d782fd893341efb262d0a22a Reviewed-on: https://go-review.googlesource.com/c/141457 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
1 parent 06c8688 commit 9a27203

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

golint/golint.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// https://developers.google.com/open-source/licenses/bsd.
66

77
// golint lints the Go source files named on its command line.
8-
package main
8+
package main // import "golang.org/x/lint/golint"
99

1010
import (
1111
"flag"

lint.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// https://developers.google.com/open-source/licenses/bsd.
66

77
// Package lint contains a linter for Go source code.
8-
package lint
8+
package lint // import "golang.org/x/lint"
99

1010
import (
1111
"bufio"

0 commit comments

Comments
 (0)