所有包同意改为pkg

This commit is contained in:
ayflying
2025-03-25 15:00:54 +08:00
parent 58f00b4f8e
commit f349dca0f7
7 changed files with 6 additions and 243 deletions

View File

@@ -1,7 +1,7 @@
package notice
import (
v1 "github.com/ayflying/utility_go/api/pgk/v1"
v1 "github.com/ayflying/utility_go/api/pkg/v1"
"github.com/ayflying/utility_go/pkg/notice/drive"
)

View File

@@ -1,7 +1,7 @@
package pkg
import (
v1 "github.com/ayflying/utility_go/api/pgk/v1"
v1 "github.com/ayflying/utility_go/api/pkg/v1"
"github.com/ayflying/utility_go/pkg/aycache"
"github.com/ayflying/utility_go/pkg/config"
"github.com/ayflying/utility_go/pkg/notice"

View File

@@ -2,7 +2,7 @@ package rank
import (
"fmt"
v1 "github.com/ayflying/utility_go/api/pgk/v1"
v1 "github.com/ayflying/utility_go/api/pkg/v1"
"time"
"github.com/gogf/gf/v2/database/gredis"