From dba613bf5f1b38ccabde194175bc71dddf9a3dba Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 18 Jan 2022 14:30:37 +0100 Subject: [PATCH] fix: typo in godoc comment (#61) --- cmd/soft/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/soft/main.go b/cmd/soft/main.go index d15a23bd9..678eff4ea 100644 --- a/cmd/soft/main.go +++ b/cmd/soft/main.go @@ -20,7 +20,7 @@ var ( Version = "" // CommitSHA contains the SHA of the commit that this application was built - // against. It's set via lgflags when building. + // against. It's set via ldflags when building. CommitSHA = "" version = flag.Bool("version", false, "display version")