Source file src/internal/goexperiment/exp_runtimesecret_on.go

     1  // Code generated by mkconsts.go. DO NOT EDIT.
     2  
     3  //go:build goexperiment.runtimesecret
     4  
     5  package goexperiment
     6  
     7  const RuntimeSecret = true
     8  const RuntimeSecretInt = 1
     9  

View as plain text