diff --git a/doc/go1.14.html b/doc/go1.14.html index 1f13f227b3434f..949b3d93830ac5 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -482,6 +482,26 @@
+ The new
+ function NewFromFiles
+ computes package documentation from a list
+ of *ast.File
's and associates examples with the
+ appropriate package elements.
+ The new information is available in a new Examples
+ field
+ in the Package
, Type
,
+ and Func
types, and a
+ new Suffix
+ field in
+ the Example
+ type.
+