commit 79bd9e0e30a4d896b2511637425dd0b1f6edce9a parent c96b09e93294c1ff25bb12c949d8ca49044447f1 Author: Chris Bracken <chris@bracken.jp> Date: Thu, 6 Jan 2022 20:40:24 -0800 Move doc header back to main package Diffstat:
M | convert/convert.go | | | 2 | -- |
M | main.go | | | 2 | ++ |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/convert/convert.go b/convert/convert.go @@ -1,5 +1,3 @@ -// CLI tool to rename all RBC statement PDFs in the current directory to -// YYYY-MM-DD.pdf format. package convert import ( diff --git a/main.go b/main.go @@ -1,3 +1,5 @@ +// CLI tool to rename all financial statement PDFs in the current directory to +// YYYY-MM-DD.pdf format. package main import (