Comment by tshaddox

Comment by tshaddox 11 days ago

0 replies

Does Go’s type system perform runtime type validations? My impression was that it does not. But Go probably supports reflection on the type information at runtime which could be used to implement a runtime type validator, right?