所有包同意改为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"
)