feat: first version.

This commit is contained in:
tx7do
2023-05-21 10:04:15 +08:00
parent 3656de9753
commit 785443dd84
51 changed files with 15841 additions and 0 deletions

14
cli.go Normal file
View File

@@ -0,0 +1,14 @@
package bootstrap
// FIX: missing go.sum entry for module providing package XXXXXXXXXXXXXXXXXXXXX
import (
// wire
_ "github.com/google/subcommands"
_ "golang.org/x/tools/go/ast/astutil"
_ "golang.org/x/tools/go/packages"
// ent
_ "github.com/olekukonko/tablewriter"
_ "github.com/spf13/cobra"
)