1
0
mirror of https://github.com/rclone/rclone.git synced 2025-07-11 14:30:44 +02:00
Files
.circleci
.github
backend
bin
cmd
docs
fs
fstest
graphics
lib
atexit
atexit.go
atexit_other.go
atexit_unix.go
dircache
encoder
errors
file
israce
mmap
oauthutil
pacer
pool
readers
rest
vendor
vfs
.appveyor.yml
.gitignore
.golangci.yml
.pkgr.yml
.travis.yml
CONTRIBUTING.md
COPYING
MAINTAINERS.md
MANUAL.html
MANUAL.md
MANUAL.txt
Makefile
README.md
RELEASE.md
go.mod
go.sum
notes.txt
rclone.1
rclone.go
rclone/lib/atexit/atexit_other.go

10 lines
102 B
Go
Raw Normal View History

//+build windows plan9
package atexit
import (
"os"
)
var exitSignals = []os.Signal{os.Interrupt}