PALINDROME CLI APP Go Cli app that checks if inputted word is a palindrome or not Usage Check if word is palindrome: go run main.go palindrome --word={word to check} example go run main.go palindrome --word=bob Run Tests Run the following go test -shuffle=on ./... Technologies Used Go Cobra CLI