helpers_go19.go 204 B

123456789
  1. //go:build go1.9
  2. // +build go1.9
  3. package gorilla
  4. import gorilla "github.com/gorilla/websocket"
  5. // Options is just an alias for the `gorilla/websocket.Dialer` struct type.
  6. type Options = gorilla.Dialer