POABOB

Results 7 comments of POABOB

If you want to set the field value to null when there are no links in the JSON payload. Please try to use a pointer as shown below: ```go User...

Sorry, it seems that api file doesn't support pointer type of slice data. Why you want a null pointer value not a empty slice?

Does the `NewTokenLimiter` function need to set an error message to prevent users from passing illegal parameters? ```go func NewTokenLimiter(rate, burst int, store *redis.Redis, key string) (*TokenLimiter, error) { ```...