mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-23 01:57:55 +08:00
fix fmt result
This commit is contained in:
parent
4d253a62ec
commit
453e4e97dc
@ -12,7 +12,7 @@ import (
|
|||||||
// Delims represents a set of Left and Right delimiters for HTML template rendering.
|
// Delims represents a set of Left and Right delimiters for HTML template rendering.
|
||||||
type Delims struct {
|
type Delims struct {
|
||||||
// Left delimiter, defaults to {{.
|
// Left delimiter, defaults to {{.
|
||||||
Left string
|
Left string
|
||||||
// Right delimiter, defaults to }}.
|
// Right delimiter, defaults to }}.
|
||||||
Right string
|
Right string
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user