github.com/wfusion/gofusion@v1.1.14/common/utils/clone/arena.go (about)

     1  // Copyright 2023 Huan Du. All rights reserved.
     2  // Licensed under the MIT license that can be found in the LICENSE file.
     3  
     4  //go:build !(go1.20 && goexperiment.arenas)
     5  // +build !go1.20 !goexperiment.arenas
     6  
     7  package clone
     8  
     9  const arenaIsEnabled = false