diff --git a/doc/go1.html b/doc/go1.html index 7613c388053..28f17f1b5d1 100644 --- a/doc/go1.html +++ b/doc/go1.html @@ -875,8 +875,7 @@ If the argument size is too small or invalid, it is adjusted.
Updating: -These functions are rarely used, and code must be updated by hand. -All that is required is to drop the second return value. +What little code is affected will be caught by the compiler and must be updated by hand.
binary.TotalSize
function is no longer exported.
Updating: -Code that depends on the function will need to be updated. +What little code is affected will be caught by the compiler and must be updated by hand.
Updating: -These functions are rarely used, and code must be updated by hand. -All that is required is to drop the second return value. +What little code is affected will be caught by the compiler and must be updated by hand.
binary.TotalSize
function is no longer exported.
Updating: -Code that depends on the function will need to be updated. +What little code is affected will be caught by the compiler and must be updated by hand.