Rename v2 to v2alpha.

Any incremental development on this should be clearly labeled as
unstable.
This commit is contained in:
John Beisley 2022-03-24 08:21:29 +00:00 committed by Huin
parent 0a37edf714
commit 59a727e571
6 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import (
"io"
"net/http"
"github.com/huin/goupnp/v2/soap/envelope"
"github.com/huin/goupnp/v2alpha/soap/envelope"
)
// HttpClient defines the interface required of an HTTP client. It is a subset of *http.Client.

View File

@ -9,7 +9,7 @@ import (
"testing"
"time"
"github.com/huin/goupnp/v2/soap/envelope"
"github.com/huin/goupnp/v2alpha/soap/envelope"
)
type ActionArgs struct {