Preparing report...

Report for github.com/joyent/conch-shell

A+    Excellent!    Found 84 issues across 86 files

Tweet

gofmt100%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command

No problems detected. Good job!


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


gocyclo90%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.


golint67%

Golint is a linter for Go source code.

    • conch-shell/pkg/conch/uuid/uuid.go
    • Line 15: warning: exported type UUID should have comment or be unexported (golint)
    • Line 19: warning: exported function NewV4 should have comment or be unexported (golint)
    • Line 26: warning: exported function New should have comment or be unexported (golint)
    • Line 34: warning: exported function FromString should have comment or be unexported (golint)
    • Line 44: warning: exported method UUID.Equal should have comment or be unexported (golint)
    • Line 48: warning: comment on exported function Equal should be of the form "Equal ..." (golint)
    • Line 53: warning: exported method UUID.IsZero should have comment or be unexported (golint)
    • Line 57: warning: exported method UUID.MarshalJSON should have comment or be unexported (golint)
    • Line 61: warning: exported method UUID.UnmarshalJSON should have comment or be unexported (golint)
    • conch-shell/pkg/util/util.go
    • Line 35: warning: exported var IgnoreConfig should have comment or be unexported (golint)
    • Line 71: warning: exported function DisableApiVersionCheck should have comment or be unexported (golint)
    • Line 75: warning: exported function DisableApiTokenCRUD should have comment or be unexported (golint)
    • Line 79: warning: exported function NoAdmin should have comment or be unexported (golint)
    • Line 132: warning: exported function WriteConfigForce should have comment or be unexported (golint)
    • Line 468: warning: exported function GithubReleaseCheck should have comment or be unexported (golint)
    • conch-shell/pkg/conch/rack.go
    • Line 15: warning: exported method Conch.GetRacks should have comment or be unexported (golint)
    • Line 20: warning: exported method Conch.GetRack should have comment or be unexported (golint)
    • Line 25: warning: exported method Conch.SaveRack should have comment or be unexported (golint)
    • Line 52: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 59: warning: exported method Conch.DeleteRack should have comment or be unexported (golint)
    • Line 70: warning: exported method Conch.SetRackPhase should have comment or be unexported (golint)
    • Line 84: warning: exported method Conch.GetRackPhase should have comment or be unexported (golint)
    • Line 89: warning: exported method Conch.GetRackAssignments should have comment or be unexported (golint)
    • Line 100: warning: exported method Conch.AssignDevicesToRackSlots should have comment or be unexported (golint)
    • Line 113: warning: exported method Conch.DeleteDevicesFromRackSlots should have comment or be unexported (golint)
    • conch-shell/pkg/conch/datacenter.go
    • Line 15: warning: exported method Conch.GetDatacenters should have comment or be unexported (golint)
    • Line 20: warning: exported method Conch.GetDatacenter should have comment or be unexported (golint)
    • Line 46: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • conch-shell/pkg/conch/room.go
    • Line 15: warning: exported method Conch.GetRooms should have comment or be unexported (golint)
    • Line 20: warning: exported method Conch.GetRoom should have comment or be unexported (golint)
    • Line 24: warning: exported method Conch.SaveRoom should have comment or be unexported (golint)
    • Line 45: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 50: warning: exported method Conch.DeleteRoom should have comment or be unexported (golint)
    • Line 54: warning: exported method Conch.GetRoomRacks should have comment or be unexported (golint)
    • conch-shell/pkg/conch/user.go
    • Line 16: warning: exported method Conch.GetMyTokens should have comment or be unexported (golint)
    • Line 21: warning: exported method Conch.GetMyToken should have comment or be unexported (golint)
    • Line 26: warning: exported method Conch.CreateMyToken should have comment or be unexported (golint)
    • Line 34: warning: exported method Conch.DeleteMyToken should have comment or be unexported (golint)
    • Line 39: warning: exported method Conch.RevokeMyLogins should have comment or be unexported (golint)
    • Line 43: warning: exported method Conch.RevokeMyTokens should have comment or be unexported (golint)
    • Line 47: warning: exported method Conch.RevokeMyTokensAndLogins should have comment or be unexported (golint)
    • Line 56: warning: exported method Conch.ChangeMyPassword should have comment or be unexported (golint)
    • Line 168: warning: exported method Conch.GetUserProfile should have comment or be unexported (golint)
    • Line 172: warning: exported method Conch.GetUser should have comment or be unexported (golint)
    • Line 176: warning: exported method Conch.GetUserByEmail should have comment or be unexported (golint)
    • conch-shell/pkg/config/main.go
    • Line 26: warning: exported const ProductionURL should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: comment on exported var ObfuscationKey should be of the form "ObfuscationKey ..." (golint)
    • Line 46: warning: comment on exported type Token should be of the form "Token ..." (with optional leading article) (golint)
    • Line 55: warning: exported method Token.MarshalJSON should have comment or be unexported (golint)
    • Line 63: warning: exported method Token.UnmarshalJSON should have comment or be unexported (golint)
    • conch-shell/pkg/util/github.go
    • Line 20: warning: exported const GhOrg should have comment or be unexported (golint)
    • Line 21: warning: exported const GhRepo should have comment or be unexported (golint)
    • Line 35: warning: exported type GithubReleases should have comment or be unexported (golint)
    • Line 75: warning: exported var ErrNoGithubRelease should have comment or be unexported (golint)
    • Line 120: warning: exported function GithubReleasesSince should have comment or be unexported (golint)
    • conch-shell/pkg/conch/rack_role.go
    • Line 15: warning: exported method Conch.GetRackRoles should have comment or be unexported (golint)
    • Line 20: warning: exported method Conch.GetRackRole should have comment or be unexported (golint)
    • Line 24: warning: exported method Conch.SaveRackRole should have comment or be unexported (golint)
    • Line 43: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 49: warning: exported method Conch.DeleteRackRole should have comment or be unexported (golint)
    • conch-shell/pkg/conch/structs.go
    • Line 39: warning: exported type ConchJWT should have comment or be unexported (golint)
    • Line 49: warning: exported method ConchJWT.FullToken should have comment or be unexported (golint)
    • Line 53: warning: exported type Datacenter should have comment or be unexported (golint)
    • Line 63: warning: exported type DatacenterDetailedRoom should have comment or be unexported (golint)
    • Line 108: warning: exported type Devices should have comment or be unexported (golint)
    • Line 122: warning: comment on exported type Disk should be of the form "Disk ..." (with optional leading article) (golint)
    • Line 151: warning: exported type ExtendedDevice should have comment or be unexported (golint)
    • Line 164: warning: exported type Rack should have comment or be unexported (golint)
    • Line 176: warning: exported type RackLayoutSlot should have comment or be unexported (golint)
    • Line 185: warning: exported type RackLayoutSlots should have comment or be unexported (golint)
    • Line 198: warning: exported type RackRole should have comment or be unexported (golint)
    • Line 206: warning: exported type Room should have comment or be unexported (golint)
    • Line 232: warning: exported method HardwareProduct.UnmarshalJSON should have comment or be unexported (golint)
    • Line 339: warning: exported type WorkspaceRack should have comment or be unexported (golint)
    • Line 352: warning: exported type WorkspaceRackSlot should have comment or be unexported (golint)
    • Line 362: warning: exported type WorkspaceRackSlots should have comment or be unexported (golint)
    • Line 384: warning: exported type Users should have comment or be unexported (golint)
    • Line 410: warning: exported type UsersDetailed should have comment or be unexported (golint)
    • Line 423: warning: exported type UserProfile should have comment or be unexported (golint)
    • Line 445: warning: exported type Validations should have comment or be unexported (golint)
    • Line 478: warning: exported type ValidationPlanExecution should have comment or be unexported (golint)
    • Line 497: warning: exported type ValidationRun should have comment or be unexported (golint)
    • Line 504: warning: exported type ValidationRuns should have comment or be unexported (golint)
    • Line 578: warning: exported type Workspaces should have comment or be unexported (golint)
    • Line 598: warning: exported type WorkspacesAndRoles should have comment or be unexported (golint)
    • Line 618: warning: comment on exported type WorkspaceRackLayoutAssignments should be of the form "WorkspaceRackLayoutAssignments ..." (with optional leading article) (golint)
    • Line 626: warning: comment on exported type CreateNewUserToken should be of the form "CreateNewUserToken ..." (with optional leading article) (golint)
    • Line 631: warning: comment on exported type UserToken should be of the form "UserToken ..." (with optional leading article) (golint)
    • Line 639: warning: exported type UserTokens should have comment or be unexported (golint)
    • Line 653: warning: comment on exported type NewUserToken should be of the form "NewUserToken ..." (with optional leading article) (golint)
    • Line 661: warning: exported type RequestRackAssignmentUpdate should have comment or be unexported (golint)
    • Line 667: warning: exported type RequestRackAssignmentUpdates should have comment or be unexported (golint)
    • Line 681: warning: comment on exported type RequestRackAssignmentDelete should be of the form "RequestRackAssignmentDelete ..." (with optional leading article) (golint)
    • Line 687: warning: exported type RequestRackAssignmentDeletes should have comment or be unexported (golint)
    • Line 703: warning: exported type ResponseRackAssignment should have comment or be unexported (golint)
    • Line 710: warning: exported type ResponseRackAssignments should have comment or be unexported (golint)
    • conch-shell/pkg/cmd/tester/root.go
    • Line 22: warning: exported const ServerPlanName should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: exported var UserAgent should have comment or be unexported (golint)
    • conch-shell/pkg/conch/auth.go
    • Line 20: warning: exported method Conch.RevokeUserTokensAndLogins should have comment or be unexported (golint)
    • Line 32: warning: exported method Conch.RevokeUserLogins should have comment or be unexported (golint)
    • Line 44: warning: exported method Conch.RevokeUserTokens should have comment or be unexported (golint)
    • Line 56: warning: exported method Conch.GetUserToken should have comment or be unexported (golint)
    • Line 61: warning: exported method Conch.GetUserTokens should have comment or be unexported (golint)
    • Line 67: warning: exported method Conch.DeleteUserToken should have comment or be unexported (golint)
    • Line 72: warning: exported method Conch.VerifyToken should have comment or be unexported (golint)
    • Line 206: warning: exported method Conch.ParseJWT should have comment or be unexported (golint)
    • conch-shell/pkg/cmd/tester/tester.go
    • Line 21: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 28: warning: exported var FailedCount should have comment or be unexported (golint)
    • Line 30: warning: exported type Report should have comment or be unexported (golint)
    • Line 44: warning: exported type Reports should have comment or be unexported (golint)
    • Line 356: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • conch-shell/pkg/conch/devices.go
    • Line 25: warning: exported method Conch.GetExtendedDevice should have comment or be unexported (golint)
    • Line 229: warning: exported method Conch.GetDevicesByField should have comment or be unexported (golint)
    • Line 236: warning: exported method Conch.SubmitDeviceReport should have comment or be unexported (golint)
    • Line 251: warning: exported method Conch.GetDevicePhase should have comment or be unexported (golint)
    • Line 260: warning: exported method Conch.SetDevicePhase should have comment or be unexported (golint)
    • conch-shell/pkg/conch/rack_layout.go
    • Line 15: warning: exported method Conch.GetRackLayoutSlots should have comment or be unexported (golint)
    • Line 20: warning: exported method Conch.GetRackLayoutSlot should have comment or be unexported (golint)
    • Line 26: warning: exported method Conch.SaveRackLayoutSlot should have comment or be unexported (golint)
    • Line 49: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 55: warning: exported method Conch.DeleteRackLayoutSlot should have comment or be unexported (golint)
    • conch-shell/pkg/cmd/corpus/main.go
    • Line 16: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 23: warning: exported var FailedCount should have comment or be unexported (golint)
    • Line 25: warning: exported type Report should have comment or be unexported (golint)
    • Line 33: warning: exported type Reports should have comment or be unexported (golint)
    • conch-shell/pkg/conch/hardware.go
    • Line 91: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 111: warning: exported method Conch.GetHardwareVendorByID should have comment or be unexported (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign20%

IneffAssign detects ineffectual assignments in Go code.

    • conch-shell/pkg/cmd/corpus/debug.go
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/spf13/viper (invalid package name: "") (ineffassign)
    • conch-shell/pkg/cmd/tester/debug.go
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: could not import github.com/davecgh/go-spew/spew (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/spf13/viper (invalid package name: "") (ineffassign)
    • conch-shell/pkg/cmd/tester/tester.go
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 21: warning: cannot find package "." in: (ineffassign)
    • Line 22: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: could not import github.com/dghubble/sling (invalid package name: "") (ineffassign)
    • Line 21: warning: could not import github.com/lib/pq (invalid package name: "") (ineffassign)
    • Line 22: warning: could not import github.com/mitchellh/go-homedir (invalid package name: "") (ineffassign)
    • conch-shell/pkg/commands/user/init.go
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 22: warning: undeclared name: cli (ineffassign)
    • Line 26: warning: undeclared name: cli (ineffassign)
    • Line 45: warning: undeclared name: cli (ineffassign)
    • Line 90: warning: undeclared name: cli (ineffassign)
    • Line 11: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/util/github.go
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: could not import github.com/blang/semver (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/dghubble/sling (invalid package name: "") (ineffassign)
    • conch-shell/pkg/commands/update/main.go
    • Line 24: warning: cannot find package "." in: (ineffassign)
    • Line 24: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 27: warning: undeclared name: cli (ineffassign)
    • Line 57: warning: undeclared name: cli (ineffassign)
    • Line 83: warning: undeclared name: cli (ineffassign)
    • Line 23: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/cmd/conch/conch.go
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 18: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 20: warning: cannot find package "." in: (ineffassign)
    • Line 21: warning: cannot find package "." in: (ineffassign)
    • Line 22: warning: cannot find package "." in: (ineffassign)
    • Line 23: warning: cannot find package "." in: (ineffassign)
    • Line 24: warning: cannot find package "." in: (ineffassign)
    • Line 25: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: could not import github.com/joyent/conch-shell/pkg/cmd/conch1 (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/joyent/conch-shell/pkg/commands/admin (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/joyent/conch-shell/pkg/commands/api (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/joyent/conch-shell/pkg/commands/datacenter (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/joyent/conch-shell/pkg/commands/devices (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/joyent/conch-shell/pkg/commands/global (invalid package name: "") (ineffassign)
    • Line 18: warning: could not import github.com/joyent/conch-shell/pkg/commands/hardware (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/joyent/conch-shell/pkg/commands/profile (invalid package name: "") (ineffassign)
    • Line 20: warning: could not import github.com/joyent/conch-shell/pkg/commands/rack (invalid package name: "") (ineffassign)
    • Line 21: warning: could not import github.com/joyent/conch-shell/pkg/commands/relay (invalid package name: "") (ineffassign)
    • Line 22: warning: could not import github.com/joyent/conch-shell/pkg/commands/update (invalid package name: "") (ineffassign)
    • Line 23: warning: could not import github.com/joyent/conch-shell/pkg/commands/user (invalid package name: "") (ineffassign)
    • Line 24: warning: could not import github.com/joyent/conch-shell/pkg/commands/validation (invalid package name: "") (ineffassign)
    • Line 25: warning: could not import github.com/joyent/conch-shell/pkg/commands/workspaces (invalid package name: "") (ineffassign)
    • conch-shell/pkg/commands/datacenter/init.go
    • Line 10: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 10: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 19: warning: undeclared name: cli (ineffassign)
    • Line 24: warning: undeclared name: cli (ineffassign)
    • Line 43: warning: undeclared name: cli (ineffassign)
    • Line 10: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/conch/rack_role_test.go
    • Line 19: warning: undeclared name: gock (ineffassign)
    • Line 20: warning: undeclared name: gock (ineffassign)
    • Line 23: warning: undeclared name: gock (ineffassign)
    • Line 25: warning: undeclared name: gock (ineffassign)
    • Line 35: warning: undeclared name: gock (ineffassign)
    • Line 48: warning: undeclared name: gock (ineffassign)
    • Line 62: warning: undeclared name: gock (ineffassign)
    • Line 71: warning: undeclared name: gock (ineffassign)
    • Line 15: warning: "gopkg.in/h2non/gock.v1" imported but not used (ineffassign)
    • conch-shell/pkg/commands/relay/main.go
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 19: warning: undeclared name: cli (ineffassign)
    • Line 44: warning: undeclared name: cli (ineffassign)
    • Line 99: warning: undeclared name: cli (ineffassign)
    • Line 14: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/commands/hardware/hardware.go
    • Line 18: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 20: warning: cannot find package "." in: (ineffassign)
    • Line 21: warning: cannot find package "." in: (ineffassign)
    • Line 18: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 20: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 21: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • conch-shell/pkg/config/main.go
    • Line 20: warning: cannot find package "." in: (ineffassign)
    • Line 21: warning: cannot find package "." in: (ineffassign)
    • Line 22: warning: cannot find package "." in: (ineffassign)
    • Line 20: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 21: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 22: warning: could not import github.com/joyent/conch-shell/pkg/config/obfuscate (invalid package name: "") (ineffassign)
    • conch-shell/pkg/commands/workspaces/workspaces.go
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: could not import github.com/DiSiqueira/GoTree (invalid package name: "") (ineffassign)
    • Line 47: warning: undeclared name: cli (ineffassign)
    • Line 82: warning: undeclared name: cli (ineffassign)
    • Line 143: warning: undeclared name: cli (ineffassign)
    • Line 174: warning: undeclared name: cli (ineffassign)
    • Line 243: warning: undeclared name: cli (ineffassign)
    • Line 278: warning: undeclared name: cli (ineffassign)
    • Line 375: warning: undeclared name: cli (ineffassign)
    • Line 469: warning: undeclared name: cli (ineffassign)
    • Line 492: warning: undeclared name: cli (ineffassign)
    • Line 512: warning: undeclared name: cli (ineffassign)
    • Line 520: warning: undeclared name: cli (ineffassign)
    • Line 528: warning: undeclared name: cli (ineffassign)
    • Line 581: warning: undeclared name: cli (ineffassign)
    • Line 20: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/commands/datacenter/main.go
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: could not import github.com/DiSiqueira/GoTree (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 19: warning: undeclared name: cli (ineffassign)
    • Line 53: warning: undeclared name: cli (ineffassign)
    • Line 87: warning: undeclared name: cli (ineffassign)
    • Line 137: warning: undeclared name: cli (ineffassign)
    • Line 145: warning: undeclared name: cli (ineffassign)
    • Line 205: warning: undeclared name: cli (ineffassign)
    • Line 242: warning: undeclared name: cli (ineffassign)
    • Line 13: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/commands/global/rack.go
    • Line 54: warning: undeclared name: cli (ineffassign)
    • Line 91: warning: undeclared name: cli (ineffassign)
    • Line 107: warning: undeclared name: cli (ineffassign)
    • Line 148: warning: undeclared name: cli (ineffassign)
    • Line 201: warning: undeclared name: cli (ineffassign)
    • Line 209: warning: undeclared name: cli (ineffassign)
    • Line 260: warning: undeclared name: cli (ineffassign)
    • Line 301: warning: undeclared name: cli (ineffassign)
    • Line 21: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/commands/devices/devices.go
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 18: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 18: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 98: warning: undeclared name: cli (ineffassign)
    • Line 135: warning: undeclared name: cli (ineffassign)
    • Line 176: warning: undeclared name: cli (ineffassign)
    • Line 213: warning: undeclared name: cli (ineffassign)
    • Line 229: warning: undeclared name: cli (ineffassign)
    • Line 245: warning: undeclared name: cli (ineffassign)
    • Line 260: warning: undeclared name: cli (ineffassign)
    • Line 272: warning: undeclared name: cli (ineffassign)
    • Line 280: warning: undeclared name: cli (ineffassign)
    • Line 288: warning: undeclared name: cli (ineffassign)
    • Line 306: warning: undeclared name: cli (ineffassign)
    • Line 314: warning: undeclared name: cli (ineffassign)
    • Line 327: warning: undeclared name: cli (ineffassign)
    • Line 337: warning: undeclared name: cli (ineffassign)
    • Line 353: warning: undeclared name: cli (ineffassign)
    • Line 390: warning: undeclared name: cli (ineffassign)
    • Line 408: warning: undeclared name: cli (ineffassign)
    • Line 423: warning: undeclared name: cli (ineffassign)
    • Line 483: warning: undeclared name: cli (ineffassign)
    • Line 506: warning: undeclared name: cli (ineffassign)
    • Line 529: warning: undeclared name: cli (ineffassign)
    • Line 565: warning: undeclared name: cli (ineffassign)
    • Line 631: warning: undeclared name: cli (ineffassign)
    • Line 642: warning: undeclared name: cli (ineffassign)
    • Line 16: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/conch/uuid/uuid_test.go
    • Line 7: warning: cannot find package "." in: (ineffassign)
    • Line 8: warning: cannot find package "." in: (ineffassign)
    • Line 7: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 8: warning: could not import github.com/nbio/st (invalid package name: "") (ineffassign)
    • conch-shell/pkg/commands/update/init.go
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 15: warning: undeclared name: cli (ineffassign)
    • Line 19: warning: undeclared name: cli (ineffassign)
    • Line 11: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/conch/validations_test.go
    • Line 19: warning: undeclared name: gock (ineffassign)
    • Line 20: warning: undeclared name: gock (ineffassign)
    • Line 24: warning: undeclared name: gock (ineffassign)
    • Line 33: warning: undeclared name: gock (ineffassign)
    • Line 43: warning: undeclared name: gock (ineffassign)
    • Line 54: warning: undeclared name: gock (ineffassign)
    • Line 65: warning: undeclared name: gock (ineffassign)
    • Line 15: warning: "gopkg.in/h2non/gock.v1" imported but not used (ineffassign)
    • conch-shell/pkg/conch/hardware_test.go
    • Line 19: warning: undeclared name: gock (ineffassign)
    • Line 20: warning: undeclared name: gock (ineffassign)
    • Line 24: warning: undeclared name: gock (ineffassign)
    • Line 33: warning: undeclared name: gock (ineffassign)
    • Line 41: warning: undeclared name: gock (ineffassign)
    • Line 53: warning: undeclared name: gock (ineffassign)
    • Line 61: warning: undeclared name: gock (ineffassign)
    • Line 71: warning: undeclared name: gock (ineffassign)
    • Line 81: warning: undeclared name: gock (ineffassign)
    • Line 106: warning: undeclared name: gock (ineffassign)
    • Line 110: warning: undeclared name: gock (ineffassign)
    • Line 125: warning: undeclared name: gock (ineffassign)
    • Line 129: warning: undeclared name: gock (ineffassign)
    • Line 137: warning: undeclared name: gock (ineffassign)
    • Line 15: warning: "gopkg.in/h2non/gock.v1" imported but not used (ineffassign)
    • conch-shell/cmd/tester/main.go
    • Line 9: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: could not import github.com/joyent/conch-shell/pkg/cmd/tester (invalid package name: "") (ineffassign)
    • conch-shell/pkg/commands/rack/rack.go
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 51: warning: undeclared name: cli (ineffassign)
    • Line 88: warning: undeclared name: cli (ineffassign)
    • Line 104: warning: undeclared name: cli (ineffassign)
    • Line 145: warning: undeclared name: cli (ineffassign)
    • Line 198: warning: undeclared name: cli (ineffassign)
    • Line 206: warning: undeclared name: cli (ineffassign)
    • Line 257: warning: undeclared name: cli (ineffassign)
    • Line 298: warning: undeclared name: cli (ineffassign)
    • Line 427: warning: undeclared name: cli (ineffassign)
    • Line 437: warning: undeclared name: cli (ineffassign)
    • Line 456: warning: undeclared name: cli (ineffassign)
    • Line 497: warning: undeclared name: cli (ineffassign)
    • Line 18: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/conch/user_test.go
    • Line 18: warning: undeclared name: gock (ineffassign)
    • Line 19: warning: undeclared name: gock (ineffassign)
    • Line 22: warning: undeclared name: gock (ineffassign)
    • Line 29: warning: undeclared name: gock (ineffassign)
    • Line 41: warning: undeclared name: gock (ineffassign)
    • Line 49: warning: undeclared name: gock (ineffassign)
    • Line 57: warning: undeclared name: gock (ineffassign)
    • Line 64: warning: undeclared name: gock (ineffassign)
    • Line 71: warning: undeclared name: gock (ineffassign)
    • Line 75: warning: undeclared name: gock (ineffassign)
    • Line 81: warning: undeclared name: gock (ineffassign)
    • Line 87: warning: undeclared name: gock (ineffassign)
    • Line 96: warning: undeclared name: gock (ineffassign)
    • Line 103: warning: undeclared name: gock (ineffassign)
    • Line 111: warning: undeclared name: gock (ineffassign)
    • Line 120: warning: undeclared name: gock (ineffassign)
    • Line 129: warning: undeclared name: gock (ineffassign)
    • Line 138: warning: undeclared name: gock (ineffassign)
    • Line 145: warning: undeclared name: gock (ineffassign)
    • Line 153: warning: undeclared name: gock (ineffassign)
    • Line 161: warning: undeclared name: gock (ineffassign)
    • Line 167: warning: undeclared name: gock (ineffassign)
    • Line 172: warning: undeclared name: gock (ineffassign)
    • Line 14: warning: "gopkg.in/h2non/gock.v1" imported but not used (ineffassign)
    • conch-shell/pkg/conch/workspaces_test.go
    • Line 19: warning: undeclared name: gock (ineffassign)
    • Line 20: warning: undeclared name: gock (ineffassign)
    • Line 23: warning: undeclared name: gock (ineffassign)
    • Line 31: warning: undeclared name: gock (ineffassign)
    • Line 40: warning: undeclared name: gock (ineffassign)
    • Line 50: warning: undeclared name: gock (ineffassign)
    • Line 60: warning: undeclared name: gock (ineffassign)
    • Line 74: warning: undeclared name: gock (ineffassign)
    • Line 86: warning: undeclared name: gock (ineffassign)
    • Line 97: warning: undeclared name: gock (ineffassign)
    • Line 106: warning: undeclared name: gock (ineffassign)
    • Line 114: warning: undeclared name: gock (ineffassign)
    • Line 123: warning: undeclared name: gock (ineffassign)
    • Line 142: warning: undeclared name: gock (ineffassign)
    • Line 149: warning: undeclared name: gock (ineffassign)
    • Line 161: warning: undeclared name: gock (ineffassign)
    • Line 15: warning: "gopkg.in/h2non/gock.v1" imported but not used (ineffassign)
    • conch-shell/pkg/commands/global/init.go
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 34: warning: undeclared name: cli (ineffassign)
    • Line 39: warning: undeclared name: cli (ineffassign)
    • Line 45: warning: undeclared name: cli (ineffassign)
    • Line 63: warning: undeclared name: cli (ineffassign)
    • Line 110: warning: undeclared name: cli (ineffassign)
    • Line 128: warning: undeclared name: cli (ineffassign)
    • Line 171: warning: undeclared name: cli (ineffassign)
    • Line 189: warning: undeclared name: cli (ineffassign)
    • Line 222: warning: undeclared name: cli (ineffassign)
    • Line 249: warning: undeclared name: cli (ineffassign)
    • Line 267: warning: undeclared name: cli (ineffassign)
    • Line 303: warning: undeclared name: cli (ineffassign)
    • Line 316: warning: undeclared name: cli (ineffassign)
    • Line 13: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/cmd/corpus/root.go
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/spf13/pflag (invalid package name: "") (ineffassign)
    • conch-shell/pkg/conch/devices_test.go
    • Line 19: warning: undeclared name: gock (ineffassign)
    • Line 20: warning: undeclared name: gock (ineffassign)
    • Line 26: warning: undeclared name: gock (ineffassign)
    • Line 34: warning: undeclared name: gock (ineffassign)
    • Line 45: warning: undeclared name: gock (ineffassign)
    • Line 55: warning: undeclared name: gock (ineffassign)
    • Line 64: warning: undeclared name: gock (ineffassign)
    • Line 72: warning: undeclared name: gock (ineffassign)
    • Line 81: warning: undeclared name: gock (ineffassign)
    • Line 89: warning: undeclared name: gock (ineffassign)
    • Line 98: warning: undeclared name: gock (ineffassign)
    • Line 107: warning: undeclared name: gock (ineffassign)
    • Line 117: warning: undeclared name: gock (ineffassign)
    • Line 126: warning: undeclared name: gock (ineffassign)
    • Line 135: warning: undeclared name: gock (ineffassign)
    • Line 15: warning: "gopkg.in/h2non/gock.v1" imported but not used (ineffassign)
    • conch-shell/pkg/commands/relay/init.go
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 20: warning: undeclared name: cli (ineffassign)
    • Line 24: warning: undeclared name: cli (ineffassign)
    • Line 46: warning: undeclared name: cli (ineffassign)
    • Line 11: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/commands/validation/init.go
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 20: warning: undeclared name: cli (ineffassign)
    • Line 29: warning: undeclared name: cli (ineffassign)
    • Line 54: warning: undeclared name: cli (ineffassign)
    • Line 68: warning: undeclared name: cli (ineffassign)
    • Line 106: warning: undeclared name: cli (ineffassign)
    • Line 11: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/commands/api/init.go
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 16: warning: undeclared name: cli (ineffassign)
    • Line 20: warning: undeclared name: cli (ineffassign)
    • Line 11: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/commands/profile/init.go
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 16: warning: undeclared name: cli (ineffassign)
    • Line 20: warning: undeclared name: cli (ineffassign)
    • Line 50: warning: undeclared name: cli (ineffassign)
    • Line 11: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/commands/admin/main.go
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 18: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: could not import github.com/DiSiqueira/GoTree (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 18: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 22: warning: undeclared name: cli (ineffassign)
    • Line 70: warning: undeclared name: cli (ineffassign)
    • Line 118: warning: undeclared name: cli (ineffassign)
    • Line 153: warning: undeclared name: cli (ineffassign)
    • Line 187: warning: undeclared name: cli (ineffassign)
    • Line 201: warning: undeclared name: cli (ineffassign)
    • Line 223: warning: undeclared name: cli (ineffassign)
    • Line 242: warning: undeclared name: cli (ineffassign)
    • Line 283: warning: undeclared name: cli (ineffassign)
    • Line 344: warning: undeclared name: cli (ineffassign)
    • Line 374: warning: undeclared name: cli (ineffassign)
    • Line 397: warning: undeclared name: cli (ineffassign)
    • Line 16: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/commands/user/user.go
    • Line 35: warning: undeclared name: cli (ineffassign)
    • Line 62: warning: undeclared name: cli (ineffassign)
    • Line 82: warning: undeclared name: cli (ineffassign)
    • Line 108: warning: undeclared name: cli (ineffassign)
    • Line 139: warning: undeclared name: cli (ineffassign)
    • Line 150: warning: undeclared name: cli (ineffassign)
    • Line 185: warning: undeclared name: cli (ineffassign)
    • Line 213: warning: undeclared name: cli (ineffassign)
    • Line 227: warning: undeclared name: cli (ineffassign)
    • Line 16: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/commands/workspaces/create.go
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 17: warning: undeclared name: cli (ineffassign)
    • Line 12: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/conch/room_test.go
    • Line 19: warning: undeclared name: gock (ineffassign)
    • Line 20: warning: undeclared name: gock (ineffassign)
    • Line 23: warning: undeclared name: gock (ineffassign)
    • Line 33: warning: undeclared name: gock (ineffassign)
    • Line 48: warning: undeclared name: gock (ineffassign)
    • Line 65: warning: undeclared name: gock (ineffassign)
    • Line 74: warning: undeclared name: gock (ineffassign)
    • Line 91: warning: undeclared name: gock (ineffassign)
    • Line 15: warning: "gopkg.in/h2non/gock.v1" imported but not used (ineffassign)
    • conch-shell/pkg/cmd/conch1/main.go
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/joyent/conch-shell/pkg/config (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/mitchellh/go-homedir (invalid package name: "") (ineffassign)
    • Line 22: warning: undeclared name: cli (ineffassign)
    • Line 25: warning: undeclared name: cli (ineffassign)
    • Line 32: warning: undeclared name: cli (ineffassign)
    • Line 52: warning: undeclared name: cli (ineffassign)
    • Line 59: warning: undeclared name: cli (ineffassign)
    • Line 66: warning: undeclared name: cli (ineffassign)
    • Line 14: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/commands/devices/init.go
    • Line 26: warning: undeclared name: cli (ineffassign)
    • Line 30: warning: undeclared name: cli (ineffassign)
    • Line 36: warning: undeclared name: cli (ineffassign)
    • Line 63: warning: undeclared name: cli (ineffassign)
    • Line 102: warning: undeclared name: cli (ineffassign)
    • Line 143: warning: undeclared name: cli (ineffassign)
    • Line 174: warning: undeclared name: cli (ineffassign)
    • Line 205: warning: undeclared name: cli (ineffassign)
    • Line 240: warning: undeclared name: cli (ineffassign)
    • Line 11: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/commands/validation/plan.go
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 33: warning: undeclared name: cli (ineffassign)
    • Line 51: warning: undeclared name: cli (ineffassign)
    • Line 67: warning: undeclared name: cli (ineffassign)
    • Line 95: warning: undeclared name: cli (ineffassign)
    • Line 15: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/commands/workspaces/init.go
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 33: warning: undeclared name: cli (ineffassign)
    • Line 42: warning: undeclared name: cli (ineffassign)
    • Line 92: warning: undeclared name: cli (ineffassign)
    • Line 165: warning: undeclared name: cli (ineffassign)
    • Line 177: warning: undeclared name: cli (ineffassign)
    • Line 15: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/util/util.go
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 21: warning: cannot find package "." in: (ineffassign)
    • Line 22: warning: cannot find package "." in: (ineffassign)
    • Line 23: warning: cannot find package "." in: (ineffassign)
    • Line 24: warning: cannot find package "." in: (ineffassign)
    • Line 25: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: could not import github.com/Bowery/prompt (invalid package name: "") (ineffassign)
    • Line 21: warning: could not import github.com/davecgh/go-spew/spew (invalid package name: "") (ineffassign)
    • Line 22: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 23: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 24: warning: could not import github.com/joyent/conch-shell/pkg/config (invalid package name: "") (ineffassign)
    • Line 25: warning: could not import github.com/olekukonko/tablewriter (invalid package name: "") (ineffassign)
    • conch-shell/pkg/conch/datacenter_test.go
    • Line 13: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 19: warning: undeclared name: gock (ineffassign)
    • Line 20: warning: undeclared name: gock (ineffassign)
    • Line 23: warning: undeclared name: gock (ineffassign)
    • Line 33: warning: undeclared name: gock (ineffassign)
    • Line 47: warning: undeclared name: gock (ineffassign)
    • Line 62: warning: undeclared name: gock (ineffassign)
    • Line 71: warning: undeclared name: gock (ineffassign)
    • Line 86: warning: undeclared name: gock (ineffassign)
    • Line 15: warning: "gopkg.in/h2non/gock.v1" imported but not used (ineffassign)
    • conch-shell/pkg/conch/device_settings_test.go
    • Line 18: warning: undeclared name: gock (ineffassign)
    • Line 19: warning: undeclared name: gock (ineffassign)
    • Line 24: warning: undeclared name: gock (ineffassign)
    • Line 36: warning: undeclared name: gock (ineffassign)
    • Line 49: warning: undeclared name: gock (ineffassign)
    • Line 60: warning: undeclared name: gock (ineffassign)
    • Line 70: warning: undeclared name: gock (ineffassign)
    • Line 82: warning: undeclared name: gock (ineffassign)
    • Line 95: warning: undeclared name: gock (ineffassign)
    • Line 106: warning: undeclared name: gock (ineffassign)
    • Line 116: warning: undeclared name: gock (ineffassign)
    • Line 127: warning: undeclared name: gock (ineffassign)
    • Line 14: warning: "gopkg.in/h2non/gock.v1" imported but not used (ineffassign)
    • conch-shell/cmd/conch-minimal/main.go
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: could not import github.com/joyent/conch-shell/pkg/cmd/conch1 (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/joyent/conch-shell/pkg/commands/api (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/joyent/conch-shell/pkg/commands/profile (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/joyent/conch-shell/pkg/commands/update (invalid package name: "") (ineffassign)
    • conch-shell/pkg/commands/profile/profile.go
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 18: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: could not import github.com/Bowery/prompt (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 18: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/joyent/conch-shell/pkg/config (invalid package name: "") (ineffassign)
    • Line 23: warning: undeclared name: cli (ineffassign)
    • Line 150: warning: undeclared name: cli (ineffassign)
    • Line 179: warning: undeclared name: cli (ineffassign)
    • Line 238: warning: undeclared name: cli (ineffassign)
    • Line 274: warning: undeclared name: cli (ineffassign)
    • Line 303: warning: undeclared name: cli (ineffassign)
    • Line 352: warning: undeclared name: cli (ineffassign)
    • Line 406: warning: undeclared name: cli (ineffassign)
    • Line 433: warning: undeclared name: cli (ineffassign)
    • Line 452: warning: undeclared name: cli (ineffassign)
    • Line 152: warning: nameArg declared but not used (ineffassign)
    • Line 16: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/conch/rack_layout_test.go
    • Line 19: warning: undeclared name: gock (ineffassign)
    • Line 20: warning: undeclared name: gock (ineffassign)
    • Line 23: warning: undeclared name: gock (ineffassign)
    • Line 33: warning: undeclared name: gock (ineffassign)
    • Line 47: warning: undeclared name: gock (ineffassign)
    • Line 62: warning: undeclared name: gock (ineffassign)
    • Line 71: warning: undeclared name: gock (ineffassign)
    • Line 15: warning: "gopkg.in/h2non/gock.v1" imported but not used (ineffassign)
    • conch-shell/pkg/commands/global/datacenter.go
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: could not import github.com/DiSiqueira/GoTree (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 19: warning: undeclared name: cli (ineffassign)
    • Line 53: warning: undeclared name: cli (ineffassign)
    • Line 87: warning: undeclared name: cli (ineffassign)
    • Line 137: warning: undeclared name: cli (ineffassign)
    • Line 145: warning: undeclared name: cli (ineffassign)
    • Line 205: warning: undeclared name: cli (ineffassign)
    • Line 242: warning: undeclared name: cli (ineffassign)
    • Line 13: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/cmd/corpus/main.go
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 18: warning: cannot find package "." in: (ineffassign)
    • Line 19: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/lib/pq (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/mitchellh/go-homedir (invalid package name: "") (ineffassign)
    • Line 18: warning: could not import github.com/sirupsen/logrus (invalid package name: "") (ineffassign)
    • Line 19: warning: could not import github.com/spf13/cobra (invalid package name: "") (ineffassign)
    • conch-shell/pkg/cmd/tester/root.go
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 15: warning: cannot find package "." in: (ineffassign)
    • Line 16: warning: cannot find package "." in: (ineffassign)
    • Line 17: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 13: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 15: warning: could not import github.com/sirupsen/logrus (invalid package name: "") (ineffassign)
    • Line 16: warning: could not import github.com/spf13/cobra (invalid package name: "") (ineffassign)
    • Line 17: warning: could not import github.com/spf13/pflag (invalid package name: "") (ineffassign)
    • conch-shell/pkg/commands/admin/init.go
    • Line 13: warning: cannot find package "." in: (ineffassign)
    • Line 14: warning: cannot find package "." in: (ineffassign)
    • Line 13: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 14: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 22: warning: undeclared name: cli (ineffassign)
    • Line 30: warning: undeclared name: cli (ineffassign)
    • Line 42: warning: undeclared name: cli (ineffassign)
    • Line 117: warning: undeclared name: cli (ineffassign)
    • Line 13: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)
    • conch-shell/pkg/conch/conch_test.go
    • Line 8: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: cannot find package "." in: (ineffassign)
    • Line 10: warning: cannot find package "." in: (ineffassign)
    • Line 8: warning: could not import github.com/joyent/conch-shell/pkg/conch (invalid package name: "") (ineffassign)
    • Line 9: warning: could not import github.com/nbio/st (invalid package name: "") (ineffassign)
    • Line 10: warning: could not import gopkg.in/h2non/gock.v1 (invalid package name: "") (ineffassign)
    • Line 25: warning: undeclared name: gock (ineffassign)
    • Line 26: warning: undeclared name: gock (ineffassign)
    • Line 34: warning: undeclared name: gock (ineffassign)
    • Line 42: warning: undeclared name: gock (ineffassign)
    • Line 10: warning: "gopkg.in/h2non/gock.v1" imported but not used (ineffassign)
    • conch-shell/pkg/conch/errors_test.go
    • Line 18: warning: undeclared name: gock (ineffassign)
    • Line 19: warning: undeclared name: gock (ineffassign)
    • Line 22: warning: undeclared name: gock (ineffassign)
    • Line 26: warning: undeclared name: gock (ineffassign)
    • Line 30: warning: undeclared name: gock (ineffassign)
    • Line 34: warning: undeclared name: gock (ineffassign)
    • Line 38: warning: undeclared name: gock (ineffassign)
    • Line 14: warning: "gopkg.in/h2non/gock.v1" imported but not used (ineffassign)
    • conch-shell/pkg/conch/rack_test.go
    • Line 19: warning: undeclared name: gock (ineffassign)
    • Line 20: warning: undeclared name: gock (ineffassign)
    • Line 23: warning: undeclared name: gock (ineffassign)
    • Line 33: warning: undeclared name: gock (ineffassign)
    • Line 47: warning: undeclared name: gock (ineffassign)
    • Line 62: warning: undeclared name: gock (ineffassign)
    • Line 71: warning: undeclared name: gock (ineffassign)
    • Line 86: warning: undeclared name: gock (ineffassign)
    • Line 97: warning: undeclared name: gock (ineffassign)
    • Line 103: warning: undeclared name: gock (ineffassign)
    • Line 113: warning: undeclared name: gock (ineffassign)
    • Line 123: warning: undeclared name: gock (ineffassign)
    • Line 135: warning: undeclared name: gock (ineffassign)
    • Line 149: warning: undeclared name: gock (ineffassign)
    • Line 15: warning: "gopkg.in/h2non/gock.v1" imported but not used (ineffassign)
    • conch-shell/cmd/corpus/main.go
    • Line 9: warning: cannot find package "." in: (ineffassign)
    • Line 9: warning: could not import github.com/joyent/conch-shell/pkg/cmd/corpus (invalid package name: "") (ineffassign)
    • conch-shell/pkg/commands/rack/init.go
    • Line 10: warning: cannot find package "." in: (ineffassign)
    • Line 11: warning: cannot find package "." in: (ineffassign)
    • Line 12: warning: cannot find package "." in: (ineffassign)
    • Line 10: warning: could not import github.com/jawher/mow.cli (invalid package name: "") (ineffassign)
    • Line 11: warning: could not import github.com/joyent/conch-shell/pkg/conch/uuid (invalid package name: "") (ineffassign)
    • Line 12: warning: could not import github.com/joyent/conch-shell/pkg/util (invalid package name: "") (ineffassign)
    • Line 19: warning: undeclared name: cli (ineffassign)
    • Line 23: warning: undeclared name: cli (ineffassign)
    • Line 42: warning: undeclared name: cli (ineffassign)
    • Line 70: warning: undeclared name: cli (ineffassign)
    • Line 94: warning: undeclared name: cli (ineffassign)
    • Line 10: warning: "github.com/jawher/mow.cli" imported but not used (ineffassign)

misspell98%

Misspell Finds commonly misspelled English words