Skip to content

Commit

Permalink
run go fmt ./...
Browse files Browse the repository at this point in the history
  • Loading branch information
wdvxdr1123 committed Jan 24, 2022
1 parent a50359e commit 2287b4d
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions accept.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package websocket
Expand Down
1 change: 1 addition & 0 deletions accept_test.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package websocket
Expand Down
1 change: 1 addition & 0 deletions autobahn_test.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package websocket_test
Expand Down
1 change: 1 addition & 0 deletions close_notjs.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package websocket
Expand Down
1 change: 1 addition & 0 deletions close_test.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package websocket
Expand Down
1 change: 1 addition & 0 deletions compress_notjs.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package websocket
Expand Down
1 change: 1 addition & 0 deletions compress_test.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package websocket
Expand Down
1 change: 1 addition & 0 deletions conn_notjs.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package websocket
Expand Down
1 change: 1 addition & 0 deletions dial.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package websocket
Expand Down
1 change: 1 addition & 0 deletions dial_test.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package websocket
Expand Down
1 change: 1 addition & 0 deletions doc.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

// Package websocket implements the RFC 6455 WebSocket protocol.
Expand Down
1 change: 1 addition & 0 deletions export_test.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package websocket
Expand Down
1 change: 1 addition & 0 deletions internal/test/wstest/pipe.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package wstest
Expand Down
1 change: 1 addition & 0 deletions read.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package websocket
Expand Down
1 change: 1 addition & 0 deletions write.go
@@ -1,3 +1,4 @@
//go:build !js
// +build !js

package websocket
Expand Down

0 comments on commit 2287b4d

Please sign in to comment.