mirror of
https://github.com/zhufuyi/sponge.git
synced 2025-10-06 01:07:08 +08:00
style: transfer ownership
This commit is contained in:
@@ -9,9 +9,9 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/zhufuyi/sponge/pkg/gofile"
|
||||
"github.com/zhufuyi/sponge/pkg/sql2code/parser"
|
||||
"github.com/zhufuyi/sponge/pkg/utils"
|
||||
"github.com/go-dev-frame/sponge/pkg/gofile"
|
||||
"github.com/go-dev-frame/sponge/pkg/sql2code/parser"
|
||||
"github.com/go-dev-frame/sponge/pkg/utils"
|
||||
)
|
||||
|
||||
// Args generate code arguments
|
||||
|
Reference in New Issue
Block a user