From 7f5a6e338c647926882123b354da305525c57169 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 6 Jun 2019 12:13:15 +0200 Subject: [PATCH] [skip ci] updated todo --- Featurecreep.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Featurecreep.md b/Featurecreep.md index d91c588c16..33e848d0fe 100644 --- a/Featurecreep.md +++ b/Featurecreep.md @@ -183,6 +183,7 @@ Sorry for some of them being in German, I'll tranlate them at some point. * [x] Adding users to a team should also use uuid * [x] Check if the team/user really exist before updating them on lists/namespaces * [ ] 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 +* [ ] Have extra functions for logging to call so it is possible to call `log.Info` instead of `log.Log.Info` ### Linters