diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-08-26 19:05:15 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-08-26 19:05:15 -0400 |
| commit | 5ec152ecd424d67474f36992acae5c620e46e2c6 (patch) | |
| tree | 2603fa1514ace8c75b8016e0da40398e71792c90 /fmt.go | |
| parent | f707a8510f52c1b9f4e0653d8f14c16a06492f40 (diff) | |
| download | markov-5ec152ecd424d67474f36992acae5c620e46e2c6.zip | |
update package comments
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 ( |