How can you check a variable type at runtime in Go programming language? In Go programming language, there is a special type of switch dedicated to check variable type at runtime. This switch is referred as type switch.