Hacker News new | ask | show | jobs
A package to see if the given number is even or not in Go (github.com)
1 points by thisismahdyar 1781 days ago
1 comments

return n % 2 == 0