Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
876e85e7
Commit
876e85e7
authored
Dec 24, 2025
by
shaw
Browse files
Merge branch 'feat/rename-go-module'
parents
2e7818d6
836c4dda
Changes
103
Hide whitespace changes
Inline
Side-by-side
backend/internal/service/wire.go
View file @
876e85e7
package
service
package
service
import
(
import
(
"sub2api/internal/config"
"
github.com/Wei-Shaw/
sub2api/internal/config"
"sub2api/internal/service/ports"
"
github.com/Wei-Shaw/
sub2api/internal/service/ports"
"github.com/google/wire"
"github.com/google/wire"
)
)
...
...
backend/internal/setup/handler.go
View file @
876e85e7
...
@@ -9,8 +9,8 @@ import (
...
@@ -9,8 +9,8 @@ import (
"sync"
"sync"
"time"
"time"
"sub2api/internal/pkg/response"
"
github.com/Wei-Shaw/
sub2api/internal/pkg/response"
"sub2api/internal/pkg/sysutil"
"
github.com/Wei-Shaw/
sub2api/internal/pkg/sysutil"
"github.com/gin-gonic/gin"
"github.com/gin-gonic/gin"
)
)
...
...
backend/internal/setup/setup.go
View file @
876e85e7
...
@@ -10,7 +10,7 @@ import (
...
@@ -10,7 +10,7 @@ import (
"strconv"
"strconv"
"time"
"time"
"sub2api/internal/model"
"
github.com/Wei-Shaw/
sub2api/internal/model"
"github.com/redis/go-redis/v9"
"github.com/redis/go-redis/v9"
"golang.org/x/crypto/bcrypt"
"golang.org/x/crypto/bcrypt"
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment