Fixed gitignore

Signed-off-by: Sijo Cherian <sijo@ibm.com>
This commit is contained in:
Sijo Cherian 2020-07-06 22:49:36 -04:00
parent 01ff2e8133
commit d3b9459f05
2 changed files with 1 additions and 4 deletions

3
.gitignore vendored
View file

@ -11,9 +11,6 @@
.project
# omit Go vendor directories
vendor/
# Dependency/Build/IDE directories
node_modules
.vscode
.gradle
.idea

View file

@ -22,7 +22,7 @@ type Asset struct {
Color string `json:"color"`
Size int `json:"size"`
Owner string `json:"owner"`
AppraisedValue int `json:"appraised_value"`
AppraisedValue int `json:"appraisedValue"`
}
// QueryResult structure used for handling result of query