Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Prompt type form string to fmt.Stringer. #156

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2018

  1. Update Prompt type form string to fmt.Stringer.

     On branch master
     Your branch is up to date with 'origin/master'.
    
     Changes to be committed:
    	modified:   example/readline-demo/readline-demo.go
    	modified:   example/readline-im/readline-im.go
    	modified:   example/readline-multiline/readline-multiline.go
    	modified:   example/readline-pass-strength/readline-pass-strength.go
    	modified:   example/readline-remote/readline-remote-server/server.go
    	modified:   operation.go
    	new file:   prompt.go
    	modified:   readline.go
    	modified:   runebuf.go
    	modified:   std.go
    luopengift committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    ee7dbdf View commit details
    Browse the repository at this point in the history
  2. Fix readline_test.go file

     On branch master
     Your branch is up to date with 'origin/master'.
    
     Changes to be committed:
    	modified:   readline_test.go
    luopengift committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    53cdf89 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

  1. Update some comment.

     On branch master
     Your branch is up to date with 'origin/master'.
    
     Changes to be committed:
    	modified:   readline.go
    luopengift committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    f2b6537 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. Update Config init.

     On branch master
     Your branch is up to date with 'origin/master'.
    
     Changes to be committed:
    	modified:   readline.go
    luopengift committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    dc43ea5 View commit details
    Browse the repository at this point in the history