cmd/instance.go
changeset 45 b58a7ea1aeb2
parent 39 3fa876b70df7
child 47 82d8b6074309
equal deleted inserted replaced
44:6da40ca4534c 45:b58a7ea1aeb2
     5 
     5 
     6 package cmd
     6 package cmd
     7 
     7 
     8 import (
     8 import (
     9 	"context"
     9 	"context"
    10 	"errors"
       
    11 	"os"
    10 	"os"
    12 	"strings"
    11 	"strings"
    13 
    12 
    14 	"github.com/m0t0k1ch1/gomif"
    13 	"github.com/m0t0k1ch1/gomif"
       
    14 	"github.com/pkg/errors"
    15 	"github.com/spf13/cobra"
    15 	"github.com/spf13/cobra"
    16 )
    16 )
    17 
    17 
    18 var instanceOpts struct {
    18 var instanceOpts struct {
    19 	stats      bool
    19 	stats      bool