@@ -49,6 +49,14 @@ <h3 id="go1.9.minor">Minor revisions</h3>
49
49
1.9.2 milestone</ a > on our issue tracker for details.
50
50
</ p >
51
51
52
+ < p >
53
+ go1.9.3 (released 2018/01/19) includes fixes to the compiler, runtime,
54
+ and the < code > database/sql</ code > , < code > math/big</ code > , < code > net/http</ code > ,
55
+ and < code > net/url</ code > packages.
56
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.3 "> Go
57
+ 1.9.3 milestone</ a > on our issue tracker for details.
58
+ </ p >
59
+
52
60
< h2 id ="go1.8 "> go1.8 (released 2017/02/16)</ h2 >
53
61
54
62
< p >
@@ -272,7 +280,7 @@ <h3 id="go1.3.minor">Minor revisions</h3>
272
280
</ p >
273
281
274
282
< p >
275
- go1.3.3 (released 2014/09/30) includes further bug fixes to cgo, the runtime package, and the nacl port.
283
+ go1.3.3 (released 2014/09/30) includes further bug fixes to cgo, the runtime package, and the nacl port.
276
284
See the < a href ="https://github.com/golang/go/commits/go1.3.3 "> change history</ a > for details.
277
285
</ p >
278
286
@@ -336,7 +344,7 @@ <h2 id="go1">go1 (released 2012/03/28)</h2>
336
344
</ p >
337
345
338
346
< p >
339
- The go1 release corresponds to
347
+ The go1 release corresponds to
340
348
< code > < a href ="weekly.html#2012-03-27 "> weekly.2012-03-27</ a > </ code > .
341
349
</ p >
342
350
@@ -352,7 +360,7 @@ <h3 id="go1.minor">Minor revisions</h3>
352
360
353
361
< p >
354
362
go1.0.2 (released 2012/06/13) was issued to fix two bugs in the implementation
355
- of maps using struct or array keys:
363
+ of maps using struct or array keys:
356
364
< a href ="//golang.org/issue/3695 "> issue 3695</ a > and
357
365
< a href ="//golang.org/issue/3573 "> issue 3573</ a > .
358
366
It also includes many minor code and documentation fixes.
0 commit comments