copyto/pastefrom tweaks + readme (#379)

This commit is contained in:
Michael Quigley
2023-07-31 13:53:49 -04:00
parent c43f34083d
commit 567ee6c003
3 changed files with 143 additions and 16 deletions

View File

@ -44,5 +44,5 @@ func main() {
panic(err)
}
fmt.Println(string(buf[:n]))
fmt.Printf(string(buf[:n]))
}