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

[cli] fix regression bug in CLI field parser, catching reserved field names #126

Merged
merged 1 commit into from
Apr 15, 2017

Conversation

nilslice
Copy link
Contributor

Fixes #111.

current list of reserved field names, as part of embedded item.Item:

var reservedFiledNames = map[string]string{
	"uuid":      "UUID",
	"item":      "Item",
	"id":        "ID",
	"slug":      "Slug",
	"timestamp": "Timestamp",
	"updated":   "Updated",
}

@nilslice nilslice merged commit 467c4ea into master Apr 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant