]> Cypherpunks repositories - gostls13.git/commitdiff
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)
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

index 5474e73e24beadb285f1d07605a099ea540c70fe..513151a38fd34d50e39474ee03db20586dae55f7 100644 (file)
@@ -10,7 +10,7 @@
 // values produce unknown values unless specified
 // otherwise.
 //
-package constant // import "go/constant"
+package constant
 
 import (
        "fmt"
index 81b83da221bceef8400f1676b7398b3e5bbeae1f..9908f5c9738b89ade569235b0d03885a6d772e7b 100644 (file)
@@ -24,7 +24,7 @@
 //
 // For a tutorial, see https://golang.org/s/types-tutorial.
 //
-package types // import "go/types"
+package types
 
 import (
        "bytes"