Delims() — gin Function Reference
Architecture documentation for the Delims() function in gin.go from the gin codebase.
Entity Profile
Dependency Diagram
graph TD 3784963f_1b01_8b3b_8de8_fc9ff1648454["Delims()"] 83683f41_0811_77a5_2626_97e344901033["LoadHTMLGlob()"] 83683f41_0811_77a5_2626_97e344901033 -->|calls| 3784963f_1b01_8b3b_8de8_fc9ff1648454 70217e91_fdbf_1ddf_78fc_1d9b9411ba62["LoadHTMLFiles()"] 70217e91_fdbf_1ddf_78fc_1d9b9411ba62 -->|calls| 3784963f_1b01_8b3b_8de8_fc9ff1648454 38aa4098_aedf_0cdb_e703_dbe338f3c8bc["LoadHTMLFS()"] 38aa4098_aedf_0cdb_e703_dbe338f3c8bc -->|calls| 3784963f_1b01_8b3b_8de8_fc9ff1648454 style 3784963f_1b01_8b3b_8de8_fc9ff1648454 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
gin.go lines 259–262
func (engine *Engine) Delims(left, right string) *Engine {
engine.delims = render.Delims{Left: left, Right: right}
return engine
}
Domain
Subdomains
Source
Frequently Asked Questions
What does Delims() do?
Delims() is a function in the gin codebase.
What calls Delims()?
Delims() is called by 3 function(s): LoadHTMLFS, LoadHTMLFiles, LoadHTMLGlob.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free