mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
:)
This commit is contained in:
@@ -480,8 +480,6 @@ type View struct {
|
||||
|
||||
var _ Result = View{}
|
||||
|
||||
const dotB = byte('.')
|
||||
|
||||
// Dispatch writes the template filename, template layout and (any) data to the client.
|
||||
// Completes the `Result` interface.
|
||||
func (r View) Dispatch(ctx *context.Context) { // r as Response view.
|
||||
|
||||
Reference in New Issue
Block a user