Rename v2 to v2alpha.
Any incremental development on this should be clearly labeled as unstable.
This commit is contained in:
parent
0a37edf714
commit
59a727e571
@ -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.
|
@ -9,7 +9,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/huin/goupnp/v2/soap/envelope"
|
||||
"github.com/huin/goupnp/v2alpha/soap/envelope"
|
||||
)
|
||||
|
||||
type ActionArgs struct {
|
Loading…
Reference in New Issue
Block a user