gin-contrib / cors

Official CORS gin's middleware
https://gin-gonic.github.io/gin/
MIT License
1.79k stars 186 forks source link

Document update #79

Closed 0xc0d closed 3 years ago

0xc0d commented 3 years ago

Clarify doc for MaxAge in config:

Since MaxAge is a time.Duration, in seconds can be confusing for doc readers. Instead, it might be better to use with second-precision.