Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/cmd/gotype: undefined: types.SizesFor #19545

Closed
lurkermike opened this issue Mar 14, 2017 · 1 comment
Closed

x/tools/cmd/gotype: undefined: types.SizesFor #19545

lurkermike opened this issue Mar 14, 2017 · 1 comment
Milestone

Comments

@lurkermike
Copy link

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go version go1.8 linux/amd64

What operating system and processor architecture are you using (go env)?

Linux amd64

What did you do?

> git pull
Already up-to-date.

> git rev-parse HEAD
381149a2d6e5d8f319ccf04bfefc71e03a78b868

> go build
# golang.org/x/tools/cmd/gotype
./gotype.go:285: undefined: types.SizesFor

I believe this is caused by the following commit:

commit 381149a2d6e5d8f319ccf04bfefc71e03a78b868
Author: Robert Griesemer <gri@golang.org>
Date:   Mon Mar 13 10:28:12 2017 -0700

    cmd/gotype: re-introduce gotype command at traditional location
@bradfitz bradfitz changed the title cmd/gotype: undefined: types.SizesFor x/tools/cmd/gotype: undefined: types.SizesFor Mar 14, 2017
@bradfitz bradfitz added this to the Unreleased milestone Mar 14, 2017
@griesemer griesemer modified the milestones: Go1.9, Unreleased Mar 14, 2017
@griesemer
Copy link
Contributor

1.8 doesn't support types.SizesFor yet.

@golang golang locked and limited conversation to collaborators Mar 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants