package
0.0.0-20241126132414-a6474f9c9b52
Repository: https://github.com/talgat-ruby/exercises-go.git
Documentation: pkg.go.dev
# README
Problem 8
withTimeout
receives a channel and ttl(time to live). If a channel receives message before ttl, send the message,
otherwise send "timeout".