Browse Source

Merge pull request #11834 from jamiehannaford/contributor-guide-fix

Make gofmt use the filename previously referenced
Alexander Morozov 10 years ago
parent
commit
42f9594fd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/project/work-issue.md

+ 1 - 1
docs/sources/project/work-issue.md

@@ -69,7 +69,7 @@ Follow this workflow as you work:
             For example, if you edited the `docker.go` file you would format the file
             like this:
             </p>
-            <p><code>$ gofmt -s -w file.go</code></p>
+            <p><code>$ gofmt -s -w docker.go</code></p>
             <p>
             Most file editors have a plugin to format for you. Check your editor's
             documentation.