Skip to content

Commit

Permalink
add codeowner to control approval requests
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed May 11, 2020
1 parent dc283cf commit 791f17b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# These owners will be the default owners for everything in the repo.
# Unless a later match takes precedence, @umputun will be requested for
# review when someone opens a pull request.

* @umputun
4 changes: 2 additions & 2 deletions internal/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,6 @@ func (c *LoadingCache) purge(maxKeys int64) {
}

type cacheItem struct {
expiresAt time.Time
data interface{}
expiresAt time.Time
data interface{}
}

0 comments on commit 791f17b

Please sign in to comment.