From 03eb4fb389a671c64c35ca486cfe762fef087eab Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 22 Nov 2024 08:44:49 -0600 Subject: IsPrivate() and IsReadOnly() seems to work --- forgeConfig/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'forgeConfig') diff --git a/forgeConfig/main.go b/forgeConfig/main.go index e874304..739fa8b 100644 --- a/forgeConfig/main.go +++ b/forgeConfig/main.go @@ -55,6 +55,7 @@ func main() { GoPath: argv.GoPath, Writable: argv.Writable, ReadOnly: argv.ReadOnly, + Private: argv.Private, Directory: argv.Directory, Favorite: argv.Favorite, Interesting: argv.Interesting, -- cgit v1.2.3