Golang: 将interface{} 强制转换为string

var obj interface{}
...

fmt.Println(obj.(string))