rename to gv2adj
This commit is contained in:
parent
249ca9c7aa
commit
cb61cd30c7
|
@ -19,7 +19,7 @@ package dot
|
|||
import (
|
||||
"math"
|
||||
|
||||
"scm.dairydemon.net/filifa/dptdist/cmd/internal/markov"
|
||||
"scm.dairydemon.net/filifa/gv2adj/cmd/internal/markov"
|
||||
|
||||
"gonum.org/v1/gonum/graph"
|
||||
"gonum.org/v1/gonum/graph/multi"
|
||||
|
|
|
@ -21,7 +21,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
markovDOT "scm.dairydemon.net/filifa/dptdist/cmd/internal/markov/dot"
|
||||
markovDOT "scm.dairydemon.net/filifa/gv2adj/cmd/internal/markov/dot"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
"gonum.org/v1/gonum/graph/encoding/dot"
|
||||
|
@ -39,7 +39,7 @@ var nodeOrder []string
|
|||
|
||||
// rootCmd represents the base command when called without any subcommands
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "dptdist",
|
||||
Use: "gv2adj",
|
||||
Short: "A brief description of your application",
|
||||
Long: `A longer description that spans multiple lines and likely contains
|
||||
examples and usage of using your application. For example:
|
||||
|
@ -143,7 +143,7 @@ func init() {
|
|||
// Cobra supports persistent flags, which, if defined here,
|
||||
// will be global for your application.
|
||||
|
||||
// rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "config file (default is $HOME/.dptdist.yaml)")
|
||||
// rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "config file (default is $HOME/.gv2adj.yaml)")
|
||||
|
||||
// Cobra also supports local flags, which will only run
|
||||
// when this action is called directly.
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module scm.dairydemon.net/filifa/dptdist
|
||||
module scm.dairydemon.net/filifa/gv2adj
|
||||
|
||||
go 1.19
|
||||
|
||||
|
|
Loading…
Reference in New Issue