DEV Community

Cover image for Type checking in Go – alternative approach
LG
LG

Posted on

1

Type checking in Go – alternative approach

Instead of reflect.Valueof(<variable>).Kind() we can think about implementing this _switch wrapper :

NOTE: I cannot ensure which is better, but thumb of rule is baked-in features should be faster, more efficient ? – Remains a question . Still as alternative approach consider the following :

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs