diff --git a/doc/go1.15.html b/doc/go1.15.html index d5b58329133..e75132bfa74 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -148,23 +148,35 @@ TODO
sync
-

+

The new method - Map.LoadAndDelete + Map.LoadAndDelete atomically deletes a key and returns the previous value if present.

The method - Map.Delete + Map.Delete is more efficient.

+
testing
+
+

+ The new methods + T.TempDir and + B.TempDir and + return temporary directories that are automatically cleaned up + at the end of the test. +

+
+
+
time
-

+

The new method - Ticker.Reset + Ticker.Reset supports changing the duration of a ticker.