diff options
author | Teddy Wing | 2017-03-12 17:38:19 +0100 |
---|---|---|
committer | Teddy Wing | 2017-03-12 17:38:19 +0100 |
commit | d9ca7b7d412f34f0d1f93a04c7c566f041b99524 (patch) | |
tree | d5d6098c7ec26f644e0e52b54696b13cc14dff47 /timetask/time_entry.go | |
parent | 2404a41cf283b9f390e8dac1f678066a85dc1e53 (diff) | |
download | timetasker-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 'timetask/time_entry.go')
0 files changed, 0 insertions, 0 deletions