undo
This commit is contained in:
parent
44d4ed6966
commit
153015063e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user