diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/code-batch-process.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/code-batch-process.go b/build/code-batch-process.go index fdc5d99b97..1fd236abd5 100644 --- a/build/code-batch-process.go +++ b/build/code-batch-process.go @@ -21,9 +21,9 @@ import ( ) // Windows has a limitation for command line arguments, the size can not exceed 32KB. -// So we have to feed the files to some tools (like gofmt/misspell`) batch by batch +// So we have to feed the files to some tools (like gofmt/misspell) batch by batch -// We also introduce a `gitea-fmt` command, it does better import formatting than gofmt/goimports +// We also introduce a `gitea-fmt` command, it does better import formatting than gofmt/goimports. `gitea-fmt` calls `gofmt` internally. var optionLogVerbose bool |