]> Cypherpunks repositories - gostls13.git/commit
go/types, constant: remove superfluous import comment
authorgriesemer <gri@golang.org>
Mon, 18 Sep 2017 09:49:47 +0000 (11:49 +0200)
committerRobert Griesemer <gri@golang.org>
Mon, 18 Sep 2017 17:19:43 +0000 (17:19 +0000)
commit6c8d5125d3fb170744b3c6813c977130bcb83622
tree597c65f64650dd3cda3f11b34560f20ff968f08b
parent66ce8e383f1070320b9d63d06dc7f5ec40d35135
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>
src/go/constant/value.go
src/go/types/api.go