代码改变世界

Revel示例 - 验证

2013-01-30 17:00  Danny.tian  阅读(1304)  评论(0编辑  收藏  举报

验证

validation应用程序展示了每一种验证系统的使用方式。

validation/app/
    models
        user.go     # User struct and validation routine.
    controllers
        app.go      # Introduction
        sample1.go  # Validating simple fields with error messages shown at top of page.
        sample2.go  # Validating simple fields with error messages shown inline.
        sample3.go  # Validating a struct with error messages shown inline.