diff options
author | Katie Hockman <katie@golang.org> | 2019-08-29 15:11:09 -0400 |
---|---|---|
committer | Katie Hockman <katie@golang.org> | 2019-08-29 19:13:57 +0000 |
commit | bc02ff06e0f254fa5695b78940d0c276fee47b7c (patch) | |
tree | a0051cbada120d6446a58a0a5f537fc461e108b1 /content/module-mirror-launch.article | |
parent | e7a7f4fbd40a1bbd819f0f412fd528805864f2f9 (diff) |
blog: fix formatting issue with gosumcheck code example
Change-Id: I46113112b217e12f5a739fcda1018ce035a6f7d0
Reviewed-on: https://go-review.googlesource.com/c/blog/+/192000
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Diffstat (limited to 'content/module-mirror-launch.article')
-rw-r--r-- | content/module-mirror-launch.article | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/module-mirror-launch.article b/content/module-mirror-launch.article index 06aff15..58b811a 100644 --- a/content/module-mirror-launch.article +++ b/content/module-mirror-launch.article @@ -116,7 +116,8 @@ If you are using Go 1.12 or earlier, you can manually check a `go.sum` file against the checksum database with [[https://godoc.org/golang.org/x/exp/sumdb/gosumcheck][gosumcheck]]: -`go`get`golang.org/x/exp/sumdb/gosumcheck`gosumcheck`/path/to/go.sum` + go get golang.org/x/exp/sumdb/gosumcheck + gosumcheck /path/to/go.sum In addition to verification done by the `go` command, third-party auditors can hold the checksum database accountable by iterating over the log |