Update godeps.
This commit is contained in:

committed by
Brendan Burns

parent
8e9186a53a
commit
56accd874d
2
vendor/github.com/Azure/go-ansiterm/parser_action_helpers.go
generated
vendored
2
vendor/github.com/Azure/go-ansiterm/parser_action_helpers.go
generated
vendored
@@ -31,7 +31,7 @@ func parseParams(bytes []byte) ([]string, error) {
|
||||
return params, nil
|
||||
}
|
||||
|
||||
func parseCmd(context AnsiContext) (string, error) {
|
||||
func parseCmd(context ansiContext) (string, error) {
|
||||
return string(context.currentChar), nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user