File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ func TestLiveServer(t *testing.T) {
34
34
PostBody string
35
35
StatusCode int // if 0, expect 2xx status code.
36
36
}{
37
+ {
38
+ Path : "/doc/" ,
39
+ Substring : "an introduction to using modules in a simple project" ,
40
+ },
37
41
{
38
42
Path : "/doc/faq" ,
39
43
Substring : "What is the purpose of the project" ,
Original file line number Diff line number Diff line change @@ -168,6 +168,13 @@ <h4>Packages</h4>
168
168
< li > < a href ="/blog/go-image-package "> The Go image package</ a > - the fundamentals of the < a href ="/pkg/image/ "> image</ a > package.</ li >
169
169
< li > < a href ="/blog/go-imagedraw-package "> The Go image/draw package</ a > - the fundamentals of the < a href ="/pkg/image/draw/ "> image/draw</ a > package.</ li >
170
170
</ ul >
171
+
172
+ < h4 > Modules</ h4 >
173
+ < ul >
174
+ < li > < a href ="/blog/using-go-modules "> Using Go Modules</ a > - an introduction to using modules in a simple project.</ li >
175
+ < li > < a href ="/blog/migrating-to-go-modules "> Migrating to Go Modules</ a > - converting an existing project to use modules.</ li >
176
+ < li > < a href ="/blog/publishing-go-modules "> Publishing Go Modules</ a > - how to make new versions of modules available to others.</ li >
177
+ </ ul >
171
178
{{end}}
172
179
173
180
< h4 > Tools</ h4 >
You can’t perform that action at this time.
0 commit comments