Simply running fmt.Println(unsafe.Sizeof("")) prints 16. Changing the content of the string doesn\'t affect the outcome.
fmt.Println(unsafe.Sizeof(""))
Can someone explain how wh