From 12d27d8ea5a6980b741564e2229c281dedb547d2 Mon Sep 17 00:00:00 2001
From: Brad Fitzpatrick
+ The godoc
web server now shows which version of Go introduced
+ new API features. The initial Go version of types, funcs, and methods are shown
+ right-aligned. For example, see UserCacheDir
, with "1.11"
+ on the right side. For struct fields, inline comments are added when the struct field was
+ added in a Go version other than when the type itself was introduced.
+ For a struct field example, see
+ ClientTrace.Got1xxResponse
.
+
-- 2.50.0