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

go/types: no NewConst func #5563

Closed
gopherbot opened this issue May 27, 2013 · 2 comments
Closed

go/types: no NewConst func #5563

gopherbot opened this issue May 27, 2013 · 2 comments

Comments

@gopherbot
Copy link

by qslack:

go/types currently has no NewConst function to construct a new *types.Const. It does
have NewVar and several other similar constructor functions, so I think it should also
have a NewConst function.
@griesemer
Copy link
Contributor

Comment 2:

The go/types is still in flux. Several factory methods are missing. They will be there
soon.
Please do not file trivial issues such as this against the API, especially since there's
a big WARNING in the API file already stating that it is still changing.

Owner changed to @griesemer.

Status changed to Accepted.

@griesemer
Copy link
Contributor

Comment 3:

https://code.google.com/p/go/source/detail?r=edeaf359d141&repo=tools

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
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

2 participants