Skip to content

Commit cf1f653

Browse files
authored
fix echo version while importing to prevent an error (#137)
1 parent aed165f commit cf1f653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package main
2727
import (
2828
"net/http"
2929

30-
"github.com/labstack/echo/v4"
30+
"github.com/labstack/echo"
3131
)
3232

3333
func main() {

0 commit comments

Comments
 (0)