// Create a cache with a default expiration time of 5 minutes, and which purges
// expired items every 30 seconds
c := cache.New(5*time.Minute, 30*time.Second)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.