GetUser now returns a pointer #93

Merged
konrad merged 4 commits from refactor/getuser-pointer into master 2019-08-14 19:59:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8843154277 - Show all commits

View File

@ -183,7 +183,7 @@ Sorry for some of them being in German, I'll tranlate them at some point.
* [x] Refactor config handling: Custom type "key" or so which holds the viper const and then mixins on that type to get the values from viper
* [x] Less files, but with some kind of logic
* [x] Have extra functions for logging to call so it is possible to call `log.Info` instead of `log.Log.Info`
* [ ] `GetUserByID` and the likes should return pointers
* [x] `GetUserByID` and the likes should return pointers
* [ ] `ListTask` should be just `Task`
### Linters