read test file file go code example Example: golang read file dat, err := ioutil.ReadFile("/tmp/dat") check(err) fmt.Print(string(dat))