diff options
Diffstat (limited to 'fmt.go')
| -rw-r--r-- | fmt.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -// This program wraps its input into short lines. +// 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 ( |