mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-23 10:02:10 +08:00
fix cleanPath spell (#969)
This commit is contained in:
parent
a8ea89ea38
commit
6613cdbf74
2
path.go
2
path.go
@ -5,7 +5,7 @@
|
||||
|
||||
package gin
|
||||
|
||||
// CleanPath is the URL version of path.Clean, it returns a canonical URL path
|
||||
// cleanPath is the URL version of path.Clean, it returns a canonical URL path
|
||||
// for p, eliminating . and .. elements.
|
||||
//
|
||||
// The following rules are applied iteratively until no further processing can
|
||||
|
Loading…
x
Reference in New Issue
Block a user