We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67ced9 commit ad91d19Copy full SHA for ad91d19
examples/cli/cli.go
@@ -44,7 +44,7 @@ func main() {
44
45
reader := bufio.NewReader(os.Stdin)
46
for {
47
- fmt.Print("> ")
+ fmt.Print("phx % ")
48
49
input, err := reader.ReadString('\n')
50
if err == io.EOF {
0 commit comments