From 21101c3fb4c267e70decbc9f2d4a1e3406b68a00 Mon Sep 17 00:00:00 2001 From: Jamie Hannaford Date: Thu, 26 Mar 2015 20:39:15 +0100 Subject: [PATCH] Make gofmt use the filename previously referenced Signed-off-by: Jamie Hannaford Upstream-commit: 7fdf5257b4d4c94196303cba52b1882001d32754 Component: engine --- components/engine/docs/sources/project/work-issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/project/work-issue.md b/components/engine/docs/sources/project/work-issue.md index 561bd231f2..2223f8610e 100644 --- a/components/engine/docs/sources/project/work-issue.md +++ b/components/engine/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:

-

$ gofmt -s -w file.go

+

$ gofmt -s -w docker.go

Most file editors have a plugin to format for you. Check your editor's documentation.