]> Cypherpunks repositories - gostls13.git/commit
cmd/fix: add gotypes module
authorRob Pike <r@golang.org>
Thu, 16 Jul 2015 03:47:01 +0000 (13:47 +1000)
committerRob Pike <r@golang.org>
Fri, 17 Jul 2015 01:47:14 +0000 (01:47 +0000)
commit5c62e5f9da1fa0b16fa8da918b8fd1eb807b38c1
tree01f6dc52d70eb6449fa47620493e84f654610681
parent29ffa4bd921125b73b04078fd293ecc4bdb9d7cd
cmd/fix: add gotypes module

Adjusts for the move from golang.org/x/tools/go/types and .../go/exact
to go/types and go/constant in the main repository.

Change-Id: I0da7248c540939e3e9b09c915b0a296937f1be73
Reviewed-on: https://go-review.googlesource.com/12284
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/fix/gotypes.go [new file with mode: 0644]
src/cmd/fix/gotypes_test.go [new file with mode: 0644]