fix naming

This commit is contained in:
maddalax 2024-10-16 15:29:01 -05:00
parent f40e7baa8b
commit 6783fcf251
9 changed files with 15 additions and 15 deletions

View file

@ -2,8 +2,8 @@ package pages
import (
"fmt"
"github.com/maddalax/htmgo/extensions/ws/state"
"github.com/maddalax/htmgo/extensions/ws/ws"
"github.com/maddalax/htmgo/extensions/websocket/state"
"github.com/maddalax/htmgo/extensions/websocket/ws"
"github.com/maddalax/htmgo/framework/h"
"sse-with-state/partials"
)

View file

@ -1,7 +1,7 @@
package pages
import (
"github.com/maddalax/htmgo/extensions/ws/state"
"github.com/maddalax/htmgo/extensions/websocket/state"
"github.com/maddalax/htmgo/framework/h"
)

View file

@ -1,8 +1,8 @@
package partials
import (
"github.com/maddalax/htmgo/extensions/ws/state"
"github.com/maddalax/htmgo/extensions/ws/ws"
"github.com/maddalax/htmgo/extensions/websocket/state"
"github.com/maddalax/htmgo/extensions/websocket/ws"
"github.com/maddalax/htmgo/framework/h"
)

View file

@ -2,7 +2,7 @@ package partials
import (
"fmt"
"github.com/maddalax/htmgo/extensions/ws/ws"
"github.com/maddalax/htmgo/extensions/websocket/ws"
"github.com/maddalax/htmgo/framework/h"
)

View file

@ -1,8 +1,8 @@
package websocket
import (
"github.com/maddalax/htmgo/extensions/ws/internal/wsutil"
"github.com/maddalax/htmgo/extensions/ws/ws"
"github.com/maddalax/htmgo/extensions/websocket/internal/wsutil"
"github.com/maddalax/htmgo/extensions/websocket/ws"
"github.com/maddalax/htmgo/framework/h"
"github.com/maddalax/htmgo/framework/service"
)

View file

@ -2,7 +2,7 @@ package state
import (
"fmt"
"github.com/maddalax/htmgo/extensions/ws/internal"
"github.com/maddalax/htmgo/extensions/websocket/internal"
"github.com/maddalax/htmgo/framework/h"
"github.com/puzpuzpuz/xsync/v3"
)

View file

@ -2,8 +2,8 @@ package ws
import (
"fmt"
"github.com/maddalax/htmgo/extensions/ws/internal/wsutil"
"github.com/maddalax/htmgo/extensions/ws/state"
"github.com/maddalax/htmgo/extensions/websocket/internal/wsutil"
"github.com/maddalax/htmgo/extensions/websocket/state"
"sync"
)

View file

@ -2,8 +2,8 @@ package ws
import (
"fmt"
"github.com/maddalax/htmgo/extensions/ws/internal/wsutil"
"github.com/maddalax/htmgo/extensions/ws/state"
"github.com/maddalax/htmgo/extensions/websocket/internal/wsutil"
"github.com/maddalax/htmgo/extensions/websocket/state"
"github.com/maddalax/htmgo/framework/service"
"time"
)

View file

@ -1,8 +1,8 @@
package ws
import (
"github.com/maddalax/htmgo/extensions/ws/internal/wsutil"
"github.com/maddalax/htmgo/extensions/ws/state"
"github.com/maddalax/htmgo/extensions/websocket/internal/wsutil"
"github.com/maddalax/htmgo/extensions/websocket/state"
"github.com/maddalax/htmgo/framework/h"
"github.com/puzpuzpuz/xsync/v3"
"sync"