Skip to content

Commit c2c5be1

Browse files
docs: sync documentation from hype repo
Automated sync triggered by gopherguides/hype@a0e2d22
1 parent 58ff730 commit c2c5be1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

content/docs-quickstart/module.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ $ go run .
106106
Hello World
107107

108108
--------------------------------------------------------------------------------
109-
Go Version: go1.25.5
109+
Go Version: go1.25.7
110110

111111
```
112112

@@ -141,7 +141,7 @@ $ go run .
141141
Hello World
142142

143143
--------------------------------------------------------------------------------
144-
Go Version: go1.25.5
144+
Go Version: go1.25.7
145145

146146
```
147147

@@ -172,7 +172,7 @@ $ go run .
172172
Hello World
173173

174174
--------------------------------------------------------------------------------
175-
Go Version: go1.25.5
175+
Go Version: go1.25.7
176176

177177
```
178178

@@ -204,7 +204,7 @@ $ go run .
204204
./main.go:7:6: undefined: fmt.Prin
205205

206206
--------------------------------------------------------------------------------
207-
Go Version: go1.25.5
207+
Go Version: go1.25.7
208208

209209
```
210210

@@ -243,7 +243,7 @@ type Context interface{ ... }
243243
func WithoutCancel(parent Context) Context
244244

245245
--------------------------------------------------------------------------------
246-
Go Version: go1.25.5
246+
Go Version: go1.25.7
247247

248248
```
249249
@@ -268,7 +268,7 @@ func WithCancel(parent Context) (ctx Context, cancel CancelFunc)
268268
call cancel as soon as the operations running in this Context complete.
269269

270270
--------------------------------------------------------------------------------
271-
Go Version: go1.25.5
271+
Go Version: go1.25.7
272272

273273
```
274274

0 commit comments

Comments
 (0)