diff options
Diffstat (limited to 'src/sync/map.go')
| -rw-r--r-- | src/sync/map.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sync/map.go b/src/sync/map.go index 4f1395110a..25181e0c78 100644 --- a/src/sync/map.go +++ b/src/sync/map.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build !goexperiment.synchashtriemap + package sync import ( |
