X7ROOT File Manager
Current Path:
/opt/golang/1.22.0/src/cmd/test2json
opt
/
golang
/
1.22.0
/
src
/
cmd
/
test2json
/
📁
..
📄
main.go
(4.97 KB)
📄
signal_notunix.go
(269 B)
📄
signal_unix.go
(301 B)
Editing: signal_unix.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 unix || js || wasip1 package main import ( "os" "syscall" ) var signalsToIgnore = []os.Signal{os.Interrupt, syscall.SIGQUIT}
Upload File
Create Folder