aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorTeddy Wing2017-03-12 17:38:19 +0100
committerTeddy Wing2017-03-12 17:38:19 +0100
commitd9ca7b7d412f34f0d1f93a04c7c566f041b99524 (patch)
treed5d6098c7ec26f644e0e52b54696b13cc14dff47 /main.go
parent2404a41cf283b9f390e8dac1f678066a85dc1e53 (diff)
downloadtimetasker-d9ca7b7d412f34f0d1f93a04c7c566f041b99524.tar.bz2
fields.go: Get rid of `IDName`
Embedding this struct prevented us from correctly unmarshalling data into them. This is because they need to be created like: Client{IDName{ID: , Name: ,}} The fields can't be added in directly. Save ourselves the headache and just manually repeat the fields. So that importing works right.
Diffstat (limited to 'main.go')
0 files changed, 0 insertions, 0 deletions