mirror of https://github.com/gorilla/websocket.git
gofmt
This commit is contained in:
parent
9fb72e3db2
commit
444f3c080f
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build go1.15
|
||||||
// +build go1.15
|
// +build go1.15
|
||||||
|
|
||||||
package websocket
|
package websocket
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build go1.15
|
||||||
// +build go1.15
|
// +build go1.15
|
||||||
|
|
||||||
package websocket
|
package websocket
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !go1.15
|
||||||
// +build !go1.15
|
// +build !go1.15
|
||||||
|
|
||||||
package websocket
|
package websocket
|
||||||
|
|
Loading…
Reference in New Issue