mirror of
https://github.com/astaxie/beego.git
synced 2025-04-10 02:00:22 +00:00

1. Allow example value to be given based on the field type, previously it's a string. 2. Allow to give example values for Enum values. This is for the beego/bee pull request to work well.