Homework 8: CLI and Regex

Task

Create a simple CLI and use regular expressions to complete the provided functions.

Exercises

Complete the exercises in the hw8.go code file stub.

Static analysis tools like go vet may help.

Be sure that your code is run through gofmt and compiles successfully before submitting. You will be learning many Go best practices throughout the semester that you will be expected to follow.

Submitting

You should submit your hw8.go to Canvas when you are done.

NOTE: Please submit only the completed hw8.go file, nothing else.