olahol / melody

:notes: Minimalist websocket framework for Go
BSD 2-Clause "Simplified" License
3.75k stars 366 forks source link

[fix] example echo because echo v3 #62

Closed ttatsato closed 2 years ago

ttatsato commented 4 years ago

Summary

example echo because echo v3.

ref

cannot find package "github.com/labstack/echo/engine/standard" https://github.com/labstack/echo/issues/880

test

test item test method test result date
main.go works fine. cd examples/chat-echo && go run main.go 🆗 2020-01-11
olahol commented 2 years ago

Fixed now the examples should work with Echo v4.