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

Spec typo of map type #173

Closed
gopherbot opened this issue Nov 14, 2009 · 2 comments
Closed

Spec typo of map type #173

gopherbot opened this issue Nov 14, 2009 · 2 comments

Comments

@gopherbot
Copy link
Contributor

by lihaitao:

Map types:

MapType     = "map" "[" KeyType "]" ElementType .
KeyType     = Type .
ValueType   = Type .

What is the expected output?
MapType     = "map" "[" KeyType "]" ValueType .
KeyType     = Type .
ValueType   = Type .

Which revision are you sync'ed to?  (hg log -l 1)
4037:cd0140653802
@rsc
Copy link
Contributor

rsc commented Nov 14, 2009

Comment 1:

Owner changed to g...@golang.org.

Status changed to Accepted.

@griesemer
Copy link
Contributor

Comment 2:

This issue was closed by revision 0660d24.

Status changed to Fixed.

Merged into issue #-.

@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

3 participants