Skip to content

Changed vendor:#1

Open
michaeltravisuk wants to merge 1 commit intojohnnylee:masterfrom
skybet:master
Open

Changed vendor:#1
michaeltravisuk wants to merge 1 commit intojohnnylee:masterfrom
skybet:master

Conversation

@michaeltravisuk
Copy link
Copy Markdown

< github.com/GeertJohan/go.linenoise

  github.com/chzyer/readline // VENDOR CHANGE

40d39
< linenoise.Clear()
58c57
< s, err := linenoise.Line(prompt)

  s, err := readline.Line(prompt) // VENDOR CHANGE

65c64
< linenoise.AddHistory(s)

          readline.AddHistory(s) // VENDOR CHANGE

<       github.com/GeertJohan/go.linenoise
---
>       github.com/chzyer/readline // VENDOR CHANGE
40d39
<       linenoise.Clear()
58c57
<       s, err := linenoise.Line(prompt)
---
>       s, err := readline.Line(prompt) // VENDOR CHANGE
65c64
<               linenoise.AddHistory(s)
---
>               readline.AddHistory(s) // VENDOR CHANGE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant