From e37995be311cfbb3207baac9833fca67c5d0cc59 Mon Sep 17 00:00:00 2001 From: Nathaniel Peiffer Date: Sat, 2 Jan 2021 18:29:47 +1100 Subject: [PATCH] cmd/internal/base: more informative comment (#1116) --- cmd/internal/base/base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/internal/base/base.go b/cmd/internal/base/base.go index 7485945df..05e0e8f1e 100644 --- a/cmd/internal/base/base.go +++ b/cmd/internal/base/base.go @@ -25,7 +25,7 @@ import ( "github.com/spf13/cobra" ) -// custom implementation for pflag. +// IDType is a custom ID implementation for pflag. type IDType field.Type // Set implements the Set method of the flag.Value interface.