Change package path

This commit is contained in:
Jason A. Donenfeld
2019-02-18 04:44:41 +01:00
parent f7170e5de2
commit 42c6d0e261
17 changed files with 19 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ package main
import (
"errors"
"fmt"
"git.zx2c4.com/wireguard-go/rwcancel"
"golang.zx2c4.com/wireguard/rwcancel"
"golang.org/x/sys/unix"
"net"
"os"