package
0.0.1-alpha
Repository: https://github.com/ockibagusp/golang-website-example.git
Documentation: pkg.go.dev

# Variables

function PasswordEquals: of password equals confirm password ----- var PasswordEqual = func(...) ..

# Structs

* type LoginForm: of a username and password * * @method: POST * @controller: Login * (session_controller.go) * @route: /login */.
* type NewPasswordForm: of a password user * * @method: POST * @controller: UpdateUserByPassword * (user_controller.go) * @route: /login */.
* type userForm: of a user * * @method: POST * @controller: CreateUser * (user_controller.go) * @route: /users/add */.