diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-09-01 18:55:43 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-09-01 18:55:43 -0400 |
| commit | b60931fceea5fa0661ff18da13d324c0136897f7 (patch) | |
| tree | ce89c825ddb47958f019b7291fdb457e4b5cb183 /fmt.go | |
| parent | 69c13dc71052e21c953179dc678b0bea10d7f11c (diff) | |
| download | markov-b60931fceea5fa0661ff18da13d324c0136897f7.zip | |
format comments
Diffstat (limited to 'fmt.go')
| -rw-r--r-- | fmt.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -// This program wraps its input into short lines. It is based on fmt.awk from -// "The Practice of Programming" by Brian Kernighan and Rob Pike (pp. 229). +// This program wraps its input into short lines. It is based on fmt.awk from "The +// Practice of Programming" by Brian Kernighan and Rob Pike (pp. 229). package main import ( |