()
| 116 | } |
| 117 | |
| 118 | func (c *basicSubController) Get() string { |
| 119 | count := c.Session.GetIntDefault("count", 1) |
| 120 | return fmt.Sprintf("Hello from basicSubController.\nRead-only visits count: %d", count) |
| 121 | } |
nothing calls this directly
no test coverage detected