Rename goupnp2dcpgen to goupnpsrvgen.

This commit is contained in:
John Beisley 2022-05-27 07:10:15 +01:00
parent b2bea13720
commit 0e8fff04df
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"os"
"strings"
"github.com/huin/goupnp/v2alpha/cmd/goupnp2dcpgen/zipread"
"github.com/huin/goupnp/v2alpha/cmd/goupnp2srvgen/zipread"
"github.com/huin/goupnp/v2alpha/description/srvdesc"
"github.com/huin/goupnp/v2alpha/description/xmlsrvdesc"
)