chatbot/

directory
v0.0.0-...-9fa2476 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2025 License: Apache-2.0

README

Chatbot Exercise

Write a bot to talk to you. Read lines of input from stdin and respond with random responses to predefined keywords.

Your bot may behave something like this:

chatbot example

Topics covered by this exercise:

  • String handling.
  • Reading one line at a time from an io.Writer using the bufio package.
  • Using math/rand for picking pseudo-random numbers.

A template file is included to get you started.

Directories

Path Synopsis
Write a chat bot to talk to you.
Write a chat bot to talk to you.
Write a chat bot to talk to you.
Write a chat bot to talk to you.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL