X7ROOT File Manager
Current Path:
/opt/golang/1.22.0/src/internal/testenv
opt
/
golang
/
1.22.0
/
src
/
internal
/
testenv
/
📁
..
📄
exec.go
(7.45 KB)
📄
noopt.go
(301 B)
📄
opt.go
(303 B)
📄
testenv.go
(15.16 KB)
📄
testenv_notunix.go
(550 B)
📄
testenv_notwin.go
(1.12 KB)
📄
testenv_test.go
(5.07 KB)
📄
testenv_unix.go
(994 B)
📄
testenv_windows.go
(1.02 KB)
Editing: opt.go
// Copyright 2022 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build !noopt package testenv // OptimizationOff reports whether optimization is disabled. func OptimizationOff() bool { return false }
Upload File
Create Folder