Golang leu o arquivo inteiro na string

contents, err := ioutil.ReadFile("file.txt")
Dangerous Dingo