diff options
-rw-r--r-- | content/gofmt.article | 2 |
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 |