aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Eigenmann <7621705+decanus@users.noreply.github.com>2020-05-21 11:10:36 +0000
committerIan Lance Taylor <iant@golang.org>2020-05-21 21:51:39 +0000
commitd5e33c52c121338cc7d2fd5b5ff083480f888fe3 (patch)
tree6ce2056274e8697419d3d75dc9e29cd5d5731890
parent4b7f84788bfbba98ba56734fa3419894885160eb (diff)
content: update link in gofmt.article
Change-Id: I00e21b8f8678a950424676b41e0364df2ed6b423 GitHub-Last-Rev: e9361a8494d34197529a851c0a1c91e307a13307 GitHub-Pull-Request: golang/blog#36 Reviewed-on: https://go-review.googlesource.com/c/blog/+/234778 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--content/gofmt.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/gofmt.article b/content/gofmt.article
index 7aa3428..75bbfb2 100644
--- a/content/gofmt.article
+++ b/content/gofmt.article
@@ -34,7 +34,7 @@ To format your code, you can use the gofmt tool directly:
gofmt -w yourcode.go
-Or you can use the "[go fmt](https://golang.org/cmd/go/#hdr-Run_gofmt_on_package_sources)" command:
+Or you can use the "[go fmt](https://golang.org/cmd/go/#hdr-Gofmt__reformat__package_sources)" command:
go fmt path/to/your/package