prompter:golang实用程序,方便提示

时间:2024-04-09 18:30:29
【文件属性】:

文件名称:prompter:golang实用程序,方便提示

文件大小:9KB

文件格式:ZIP

更新时间:2024-04-09 18:30:29

Go

提示者 描述 实用程序,可在Golang中轻松提示 概要 twitterID := prompter . Prompt ( "Enter your twitter ID" , "" ) lang := prompter . Choose ( "Which language do you like the most?" , [] string { "Perl" , "Golang" , "Scala" , "Ruby" }, "Perl" ) passwd := prompter . Password ( "Enter your password" ) var likeSushi bool = prompter . YN ( "Do you like sushi?" , true ) var likeBeer bool = prompter . YesNo ( "Do you like be


【文件预览】:
prompter-main
----go.mod(211B)
----codecov.yml(15B)
----.github()
--------workflows()
----go.sum(803B)
----prompter_test.go(604B)
----example()
--------main.go(1012B)
----LICENSE(1KB)
----README.md(1KB)
----Makefile(255B)
----prompter.go(3KB)
----funcs.go(1KB)
----exam_test.go(1KB)
----funcs_test.go(763B)
----CHANGELOG.md(1KB)

网友评论