action_signin.go 100 B

12345
  1. package actions
  2. func (this *Action) Action_signin() {
  3. this.msg_success(`Hello from web server`)
  4. }