I'm having a little difficulty transitioning from Python to Go and I've historically relied on built-in utility functions like Python's dir to list underlying methods and attributes.
Is there an equivalent in go?
I'm having a little difficulty transitioning from Python to Go and I've historically relied on built-in utility functions like Python's dir to list underlying methods and attributes.
Is there an equivalent in go?