fix(envbuilder): make init command more readable #1176
Annotations
12 errors
build
cannot use initCmd (variable of type []string) as string value in argument to wordwrap.WrapString
|
build
invalid operation: " " + line (mismatched types untyped string and rune)
|
build
Process completed with exit code 1.
|
test:
cmd/envbuilder/main.go#L14
could not import github.com/coder/envbuilder (-: # github.com/coder/envbuilder
|
test:
envbuilder.go#L110
cannot use initCmd (variable of type []string) as string value in argument to wordwrap.WrapString
|
test:
envbuilder.go#L111
invalid operation: " " + line (mismatched types untyped string and rune)) (typecheck)
|
test:
envbuilder.go#L110
cannot use initCmd (variable of type []string) as string value in argument to wordwrap.WrapString
|
test:
envbuilder.go#L111
invalid operation: " " + line (mismatched types untyped string and rune) (typecheck)
|
test:
integration/integration_test.go#L29
could not import github.com/coder/envbuilder (-: # github.com/coder/envbuilder
|
test:
envbuilder.go#L110
cannot use initCmd (variable of type []string) as string value in argument to wordwrap.WrapString
|
test:
envbuilder.go#L111
invalid operation: " " + line (mismatched types untyped string and rune)) (typecheck)
|
test
Process completed with exit code 2.
|