From 5ec152ecd424d67474f36992acae5c620e46e2c6 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 26 Aug 2024 19:05:15 -0400 Subject: update package comments --- fmt.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fmt.go') diff --git a/fmt.go b/fmt.go index e54a1d1..09d223e 100644 --- a/fmt.go +++ b/fmt.go @@ -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 ( -- cgit v1.2.3