Skip to content

Commit

Permalink
chore: add CODEOWNERS (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWhiteWu authored May 7, 2021
1 parent 73cb08c commit 3a9a627
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# global code owners
* @PureWhiteWu @zhangyunhao116

# cache code owners
/cache/asynccache @PureWhiteWu @zhangyunhao116

# cloud code owners
/cloud/circuitbreaker @PureWhiteWu @zhangyunhao116
/cloud/metainfo @lsjbd @zhangyunhao116

# collection code owners
/collection/hashset @lyeeeeee @PureWhiteWu
/collection/skipmap @zhangyunhao116 @PureWhiteWu
/collection/skipset @zhangyunhao116 @PureWhiteWu

# lang code owners
/lang/fastrand @zhangyunhao116 @PureWhiteWu
/lang/mcache @PureWhiteWu @zhangyunhao116
/lang/syncx @PureWhiteWu @zhangyunhao116

# util code owners
/util/gopool @PureWhiteWu @zhangyunhao116
/util/logger @PureWhiteWu @zhangyunhao116

0 comments on commit 3a9a627

Please sign in to comment.