]> Cypherpunks.ru repositories - govpn.git/blobdiff - client/tcp.go
Preparing move to modules
[govpn.git] / client / tcp.go
similarity index 99%
rename from src/cypherpunks.ru/govpn/client/tcp.go
rename to client/tcp.go
index 3e53d580edeed0af51f459a3154b81c7a19d12b5..c366aefdee4af64689ce29897f26d8e54b1951be 100644 (file)
@@ -24,7 +24,7 @@ import (
        "sync/atomic"
        "time"
 
-       "cypherpunks.ru/govpn"
+       "go.cypherpunks.ru/govpn/v7"
 )
 
 func (c *Client) startTCP() {