File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ git checkout v1.4.0
24
24
## Install go-checksum
25
25
26
26
``` sh
27
- go get github.com/vikyd/go-checksum
27
+ go get -u github.com/vikyd/go-checksum
28
28
```
29
29
30
- ## Calc checksum of go.mod
30
+ ## Calc checksum of ` go.mod `
31
31
32
32
``` sh
33
33
go-checksum relOrAbsPathOfGinDir/go.mod
34
34
```
35
35
36
- should prints like:
36
+ will print like:
37
37
38
38
```
39
39
file: /Users/viky/tmp/gin/go.mod
@@ -65,7 +65,7 @@ go-checksum relOrAbsPathOfGinDir github.com/gin-gonic/
[email protected]
65
65
- 2nd param: module prefix with version
66
66
- necessary for dir checksum
67
67
68
- should prints like:
68
+ will ** print ** like:
69
69
70
70
```
71
71
directory: /Users/viky/tmp/gin
@@ -86,7 +86,7 @@ the online checksum: `github.com/gin-gonic/gin v1.4.0 h1:3tMoCCfM7ppqsR0ptz/wi1i
86
86
87
87
# Explain
88
88
89
- ## How go.mod checksum works?
89
+ ## How ` go.mod ` checksum works?
90
90
91
91
Steps:
92
92
You can’t perform that action at this time.
0 commit comments