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 .project
# omit Go vendor directories # omit Go vendor directories
vendor/ vendor/
# Dependency/Build/IDE directories
node_modules
.vscode .vscode
.gradle .gradle
.idea .idea

View file

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