Skip to content

Commit d2fa2bf

Browse files
committed
Update echo_hello_server.go
1 parent e1030e4 commit d2fa2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/echo_hello_server/echo_hello_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ func main() {
1414
service.AddFunction("hello", hello)
1515
e := echo.New()
1616
e.Any("/hello", echo.WrapHandler(service))
17-
e.Run(standard.New(":8080"))
17+
e.Start(":8080")
1818
}

0 commit comments

Comments
 (0)