mirror of
https://github.com/rclone/rclone.git
synced 2025-07-11 14:30:44 +02:00
.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
10 lines
102 B
Go
10 lines
102 B
Go
![]() |
//+build windows plan9
|
||
|
|
||
|
package atexit
|
||
|
|
||
|
import (
|
||
|
"os"
|
||
|
)
|
||
|
|
||
|
var exitSignals = []os.Signal{os.Interrupt}
|