chore(all): move sub-packages to internal/provider

This commit is contained in:
Quentin McGaw
2022-05-27 17:48:51 +00:00
parent 364f9de756
commit 42904b6749
118 changed files with 25 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
package pia package privateinternetaccess
import ( import (
"bytes" "bytes"

View File

@@ -1,4 +1,4 @@
package pia package privateinternetaccess
import ( import (
"net" "net"

View File

@@ -1,6 +1,6 @@
// Package pia contains code to obtain the server information // Package pia contains code to obtain the server information
// for the Private Internet Access provider. // for the Private Internet Access provider.
package pia package privateinternetaccess
import ( import (
"context" "context"

View File

@@ -1,4 +1,4 @@
package pia package privateinternetaccess
import ( import (
"sort" "sort"

Some files were not shown because too many files have changed in this diff Show More