Skip to content

Commit

Permalink
fix:internal
Browse files Browse the repository at this point in the history
  • Loading branch information
songzhibin97 committed Aug 29, 2021
1 parent c72d3bd commit 621485f
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"os"

"github.com/flipped-aurora/ws/internal/biz"
"github.com/flipped-aurora/ws/internal/data"
"github.com/flipped-aurora/ws/core/biz"
"github.com/flipped-aurora/ws/core/data"

"github.com/gin-gonic/gin"
"go.uber.org/zap"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion internal/data/data_admin.go → core/data/data_admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"net/http"
"time"

"github.com/flipped-aurora/ws/internal/biz"
"github.com/flipped-aurora/ws/core/biz"

"github.com/gin-gonic/gin"
"go.uber.org/zap"
Expand Down
2 changes: 1 addition & 1 deletion internal/data/data_client.go → core/data/data_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package data
import (
"sync/atomic"

"github.com/flipped-aurora/ws/internal/biz"
"github.com/flipped-aurora/ws/core/biz"

"context"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"sync"
"sync/atomic"

"github.com/flipped-aurora/ws/internal/biz"
"github.com/flipped-aurora/ws/core/biz"
)

type Handle struct {
Expand Down
4 changes: 2 additions & 2 deletions internal/data/data_manage.go → core/data/data_manage.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"sync"
"sync/atomic"

"github.com/flipped-aurora/ws/internal/biz"
"github.com/flipped-aurora/ws/internal/utils"
"github.com/flipped-aurora/ws/core/biz"
"github.com/flipped-aurora/ws/core/utils"
)

// Manage 管理所有客户端
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 621485f

Please sign in to comment.