We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3651336 commit a5b7a55Copy full SHA for a5b7a55
1 file changed
exercism.go
@@ -39,7 +39,7 @@ func askForConfigInfo() (c configuration.Config, err error) {
39
return
40
}
41
42
- fmt.Print("Your exercism.io API key: ")
+ fmt.Print("Your Exercism API key (found at http://exercism.io/account): ")
43
key, err = bio.ReadString('\n')
44
if err != nil {
45
0 commit comments