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
|
// Write out the upercased bytes, checking for an error
|
||||||
// here as well.
|
// here as well.
|
||||||
outBytes := bytes.ToUpper(inBytes)xxxxxxxxxxxxxxxxxxxxx
|
outBytes := bytes.ToUpper(inBytes)
|
||||||
_, err = out.Write(outBytes)
|
_, err = out.Write(outBytes)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user