Hacker News new | ask | show | jobs
by DangitBobby 1912 days ago
Whether something can technically be done and whether it is good/easy/simple/etc. are totally different conversations. I'm pretty sure you can't implement a min function that works on both strings and ints in Go by using the interface{} abstraction.