Move assetserver to internal

This commit is contained in:
Lea Anthony
2023-08-14 08:31:55 +10:00
parent 543b18dd54
commit db836b7a48
45 changed files with 9 additions and 9 deletions
@@ -4,7 +4,7 @@ import (
"io"
"net/http"
"github.com/wailsapp/wails/v3/pkg/assetserver/webview"
"github.com/wailsapp/wails/v3/internal/assetserver/webview"
)
// ProcessHTTPRequest processes the HTTP Request by faking a golang HTTP Server.
@@ -8,7 +8,7 @@ import (
"strings"
"sync"
"github.com/wailsapp/wails/v3/pkg/assetserver/webview"
"github.com/wailsapp/wails/v3/internal/assetserver/webview"
)
type assetServerWebView struct {

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