This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
rclone
mirror of
https://github.com/rclone/rclone.git
Watch
1
Star
0
Fork
You've already forked rclone
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e3e08a48cb
rclone
/
lib
/
atexit
/
atexit_other.go
10 lines
102 B
Go
Raw
Blame
History
//+build windows plan9
package
atexit
import
(
"os"
)
var
exitSignals
=
[
]
os
.
Signal
{
os
.
Interrupt
}
Reference in New Issue
View Git Blame
Copy Permalink