From ecf1c41db49da05e0db3cbac8341710408618bee Mon Sep 17 00:00:00 2001 From: josc146 Date: Sun, 16 Mar 2025 19:32:31 +0800 Subject: [PATCH] improve comment --- v2/pkg/commands/build/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/pkg/commands/build/build.go b/v2/pkg/commands/build/build.go index ca128ae9c..b4e83dd69 100644 --- a/v2/pkg/commands/build/build.go +++ b/v2/pkg/commands/build/build.go @@ -69,7 +69,7 @@ type Options struct { Obfuscated bool // Indicates that bound methods should be obfuscated GarbleArgs string // The arguments for Garble SkipBindings bool // Skip binding generation - SkipEmbedCreate bool // Skip embed creation when in development mode + SkipEmbedCreate bool // Skip creation of embed files } // Build the project!