Source file src/internal/goexperiment/exp_runtimefreegc_off.go

     1  // Code generated by mkconsts.go. DO NOT EDIT.
     2  
     3  //go:build !goexperiment.runtimefreegc
     4  
     5  package goexperiment
     6  
     7  const RuntimeFreegc = false
     8  const RuntimeFreegcInt = 0
     9  

View as plain text