Add import paths to every file

This commit is contained in:
uditaren 2020-03-11 16:12:16 +01:00
parent 8ab7dfa88b
commit b5e5aa6d67
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
package zocket
package zocket /* import udico.de/dreem/zocket */
// Addr represents a (the) WebSocket end point address.
// Since WebSocket connections are upgraded HTTP Connections,

View File

@ -1,6 +1,6 @@
// +build js, wasm
package zocket // import udico.de/dreem/zocket
package zocket /* import udico.de/dreem/zocket */
import (
"context"

2
doc.go
View File

@ -1,3 +1,3 @@
// Zocket transparently tunnels a TCP connection through a WebSocket layer from within WebAssembly.
package zocket
package zocket /* import udico.de/dreem/zocket */

View File

@ -1,4 +1,4 @@
package zocket
package zocket /* import udico.de/dreem/zocket */
import (
"encoding/binary"

View File

@ -1,4 +1,4 @@
package zocket
package zocket /* import udico.de/dreem/zocket */
import (
"bufio"

View File

@ -1,4 +1,4 @@
package zocket
package zocket /* import udico.de/dreem/zocket */
import (
"bytes"