This commit is contained in:
Mark McGranaghan 2012-10-01 12:32:44 -07:00
parent 44d4ed6966
commit 153015063e

View File

@ -38,7 +38,7 @@ func main() {
// Write out the upercased bytes, checking for an error
// here as well.
outBytes := bytes.ToUpper(inBytes)xxxxxxxxxxxxxxxxxxxxx
outBytes := bytes.ToUpper(inBytes)
_, err = out.Write(outBytes)
if err != nil {
panic(err)