package main import "fmt" import "reflect" func main() { text := "hello" fmt.Println(reflect.TypeOf(text)) }