From d5e33c52c121338cc7d2fd5b5ff083480f888fe3 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann <7621705+decanus@users.noreply.github.com> Date: Thu, 21 May 2020 11:10:36 +0000 Subject: 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 --- content/gofmt.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3