Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created September 18, 2016 18:30
Show Gist options
  • Save jcrossley3/b1c4d48bcefbffa573f2da9ed605033c to your computer and use it in GitHub Desktop.
Save jcrossley3/b1c4d48bcefbffa573f2da9ed605033c to your computer and use it in GitHub Desktop.
2016/09/18 14:29:45 exprType tuple:false pkg: *ast.SelectorExpr RootCmd.Execute [
2016/09/18 14:29:45 exprType tuple:false pkg: *ast.Ident RootCmd [
2016/09/18 14:29:45 exprType tuple:false pkg: *ast.UnaryExpr &cobra.Command{
Use: "cob",
Short: "co",
Long: `ccoobb`,
} [
2016/09/18 14:29:45 exprType tuple:false pkg: *ast.CompositeLit cobra.Command{
Use: "cob",
Short: "co",
Long: `ccoobb`,
} [
2016/09/18 14:29:45 exprType tuple:false pkg: *ast.SelectorExpr cobra.Command [
2016/09/18 14:29:45 exprType tuple:false pkg: *ast.Ident cobra [
2016/09/18 14:29:45 exprType tuple:false pkg: *ast.ImportSpec "github.com/spf13/cobra" [
2016/09/18 14:29:45 ] -> 0x0, Type{package "" *ast.ImportSpec "github.com/spf13/cobra"}
2016/09/18 14:29:45 ] -> 0xc420138fa0, Type{package "" *ast.ImportSpec "github.com/spf13/cobra"}
2016/09/18 14:29:45 member Type{package "" *ast.ImportSpec "github.com/spf13/cobra"} 'Command' {
2016/09/18 14:29:45 /home/jim/go/src/github.com/spf13/cobra/command_win.go:9:2: cannot find identifier for package "github.com/inconshreveable/mousetrap": cannot find package "github.com/inconshreveable/mousetrap" in any of:
/home/jim/local/go/src/github.com/inconshreveable/mousetrap (from $GOROOT)
/home/jim/go/src/github.com/inconshreveable/mousetrap (from $GOPATH)
2016/09/18 14:29:45 } -> <nil>
2016/09/18 14:29:45 ] -> 0x0, Type{bad "" <nil> }
2016/09/18 14:29:45 ] -> 0x0, Type{bad "" <nil> }
2016/09/18 14:29:45 ] -> 0x0, Type{bad "" <nil> }
2016/09/18 14:29:45 ] -> 0xc420139770, Type{bad "" <nil> }
2016/09/18 14:29:45 ] -> 0x0, Type{bad "" <nil> }
godef: no declaration found for RootCmd.Execute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment