From 7fdf5257b4d4c94196303cba52b1882001d32754 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
---
docs/sources/project/work-issue.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sources/project/work-issue.md b/docs/sources/project/work-issue.md
index 561bd231f2..2223f8610e 100644
--- a/docs/sources/project/work-issue.md
+++ b/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.