func myBlah(thing interface{}){ switch thing.(type) { case int: // handle my int case string: // handle my string default: // default handling } }
[0] https://github.com/go-fed/activity/blob/master/streams/gen_t...
[0] https://github.com/go-fed/activity/blob/master/streams/gen_t...