mirror of
https://github.com/golang/go
synced 2024-11-18 00:54:45 -07:00
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: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
66ce8e383f
commit
6c8d5125d3
@ -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 @@
|
|||||||
//
|
//
|
||||||
// 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user