This site is open source. Check it out on github!
Most go validation packages rely on reflection, which comes with a runtime cost. In this post, we will create a simple yet powerful struct validation package for Golang without any reflection!