feat: output swag

This commit is contained in:
Rogee
2025-01-22 14:50:54 +08:00
parent 1ad9c74568
commit 80f4f6b010
84 changed files with 144 additions and 18211 deletions

View File

@@ -1,7 +1,7 @@
package cmd
import (
"git.ipao.vip/rogeecn/atomctl/pkg/swag/format"
"github.com/rogeecn/swag/format"
"github.com/spf13/cobra"
)

View File

@@ -4,8 +4,8 @@ import (
"os"
"path/filepath"
"git.ipao.vip/rogeecn/atomctl/pkg/swag"
"git.ipao.vip/rogeecn/atomctl/pkg/swag/gen"
"github.com/rogeecn/swag"
"github.com/rogeecn/swag/gen"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
)