We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7867fce commit 739700bCopy full SHA for 739700b
echo.go
@@ -167,7 +167,7 @@ const (
167
const (
168
charsetUTF8 = "charset=UTF-8"
169
// PROPFIND Method can be used on collection and property resources.
170
- PROPFIND = "PROPFIND"
+ PROPFIND = "PROPFIND"
171
)
172
173
// Headers
@@ -221,7 +221,7 @@ const (
221
222
223
// Version of Echo
224
- Version = "3.3.dev"
+ Version = "3.3.9"
225
website = "https://echo.labstack.com"
226
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
227
banner = `
0 commit comments