feat: first version.
This commit is contained in:
14
cli.go
Normal file
14
cli.go
Normal 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"
|
||||
)
|
||||
Reference in New Issue
Block a user