You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jaehue
In readme of cache mycache = cache.Local{ExpireTime: time.Hour * 24}
need using pointer type: mycache = &cache.Local{ExpireTime: time.Hour * 24}
is it right ?
The text was updated successfully, but these errors were encountered:
@jaehue
In readme of cache
mycache = cache.Local{ExpireTime: time.Hour * 24}
need using pointer type:
mycache = &cache.Local{ExpireTime: time.Hour * 24}
is it right ?
The text was updated successfully, but these errors were encountered: