Moved `teams_{namespace|list}_*` to `{namespace|list}_teams_*` for better consistency (#101)

This commit is contained in:
konrad 2019-09-20 16:39:02 +00:00 committed by Gitea
parent 694fc62495
commit 2f267f3f68
8 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ Sorry for some of them being in German, I'll tranlate them at some point.
* [x] Have extra functions for logging to call so it is possible to call `log.Info` instead of `log.Log.Info`
* [x] `GetUserByID` and the likes should return pointers
* [x] `ListTask` should be just `Task`
* [ ] Move `teams_{namespace|list}_*` to `{namespace|list}_teams_*` for better consistency
* [x] Move `teams_{namespace|list}_*` to `{namespace|list}_teams_*` for better consistency
### Linters