rename package name to hscontrol

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby
2023-05-10 09:24:05 +02:00
committed by Juan Font
parent 4a7921ead5
commit 3683d3e82f
45 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"encoding/json" "encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"errors" "errors"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"encoding/json" "encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"bytes" "bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"time" "time"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"fmt" "fmt"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"time" "time"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"context" "context"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"net/netip" "net/netip"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"errors" "errors"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"context" "context"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"context" "context"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"context" "context"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"fmt" "fmt"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"fmt" "fmt"
+1 -1
View File
@@ -1,5 +1,5 @@
// nolint // nolint
package headscale package hscontrol
import ( import (
"context" "context"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import "testing" import "testing"
+1 -1
View File
@@ -1,6 +1,6 @@
//go:build ts2019 //go:build ts2019
package headscale package hscontrol
import ( import (
"net/http" "net/http"
+1 -1
View File
@@ -1,6 +1,6 @@
//go:build !ts2019 //go:build !ts2019
package headscale package hscontrol
import "github.com/gorilla/mux" import "github.com/gorilla/mux"
+1 -1
View File
@@ -1,5 +1,5 @@
// nolint // nolint
package headscale package hscontrol
import ( import (
"encoding/json" "encoding/json"
+1 -1
View File
@@ -1,5 +1,5 @@
// nolint // nolint
package headscale package hscontrol
import ( import (
"bytes" "bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"database/sql/driver" "database/sql/driver"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"fmt" "fmt"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"fmt" "fmt"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"net/netip" "net/netip"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"encoding/binary" "encoding/binary"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"bytes" "bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"bytes" "bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"crypto/rand" "crypto/rand"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"time" "time"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"encoding/json" "encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"context" "context"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"encoding/binary" "encoding/binary"
+1 -1
View File
@@ -1,6 +1,6 @@
//go:build ts2019 //go:build ts2019
package headscale package hscontrol
import ( import (
"io" "io"
+1 -1
View File
@@ -1,6 +1,6 @@
//go:build ts2019 //go:build ts2019
package headscale package hscontrol
import ( import (
"errors" "errors"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"encoding/json" "encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"encoding/json" "encoding/json"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"errors" "errors"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"net/netip" "net/netip"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"bytes" "bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"errors" "errors"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"net/netip" "net/netip"
+1 -1
View File
@@ -3,7 +3,7 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
package headscale package hscontrol
import ( import (
"context" "context"
+1 -1
View File
@@ -1,4 +1,4 @@
package headscale package hscontrol
import ( import (
"net/netip" "net/netip"