Commit 6c8d5125 authored by griesemer's avatar griesemer Committed by Robert Griesemer

go/types, constant: remove superfluous import comment

The comment was a left-over from the long-past move
of these two packages from x/tools to the std lib.

Fixes #21791.

Change-Id: I65cbebf479e609be0204b58edb6506c6403aec9b
Reviewed-on: https://go-review.googlesource.com/64250
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarAlan Donovan <adonovan@google.com>
parent 66ce8e38
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
// values produce unknown values unless specified // values produce unknown values unless specified
// otherwise. // otherwise.
// //
package constant // import "go/constant" package constant
import ( import (
"fmt" "fmt"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
// //
// For a tutorial, see https://golang.org/s/types-tutorial. // For a tutorial, see https://golang.org/s/types-tutorial.
// //
package types // import "go/types" package types
import ( import (
"bytes" "bytes"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment