package goverify import "testing" func TestGetTypeName(t *testing.T) { t.Log(GetTypeName(Mobile)) }