mxssl / go-palindrome

check if a given string is palindrome in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-palindrome

go test -v -cover
=== RUN   TestPalindrome
--- PASS: TestPalindrome (0.00s)
=== RUN   TestReverse
--- PASS: TestReverse (0.00s)
PASS
coverage: 77.8% of statements
ok      go-palindrome   0.004s

About

check if a given string is palindrome in golang


Languages

Language:Go 100.0%