# 🔁 Palindrome Checker
## ❓ Problem Statement
In Go, write a function that checks if a given string is a **palindrome**.
The comparison should ignore case and consider only alphanumeric characters.
Return `"true"` if it's a palindrome, `"false"` otherwise.
---
## 🔢 Input Format
true or false
---
## ✅ Constraints
- Length ≤ 1000
- Ignore non-alphanumeric characters
---
## 📌 Example Input
A man, a plan, a canal: Panama
---
## 🎯 Example Output
true
hello - raja bind 1 month ago
great question - Rick Harrison 2 months ago
nice - Soham Chatterjee 2 months ago
interesting! - Pritam Mandal 2 months ago