novalagung/dasarpemrogramangolang-example

refactor: Fix deprecated gorilla/websocket `upgrade()`

Opened this issue · 0 comments

Change websocket.upgrade() to upgrader.upgrade() on main.go Line 48

Based on https://pkg.go.dev/github.com/gorilla/websocket@v1.5.3#Upgrade and Documentation