Skip to content

Commit

Permalink
websockets -> webgockets
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagesjo committed Jan 25, 2024
1 parent db453b9 commit 447319d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 29 deletions.
2 changes: 1 addition & 1 deletion autobahn_testsuite_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package websockets
package webgockets

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package websockets
package webgockets

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion frame.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package websockets
package webgockets

import (
"crypto/rand"
Expand Down
2 changes: 1 addition & 1 deletion handshake_key.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package websockets
package webgockets

import (
"crypto/rand"
Expand Down
2 changes: 1 addition & 1 deletion opcode.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package websockets
package webgockets

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion url.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package websockets
package webgockets

import (
"fmt"
Expand Down
23 changes: 0 additions & 23 deletions wstest/testclient.py

This file was deleted.

0 comments on commit 447319d

Please sign in to comment.