directory structure change to work with glide
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
This commit is contained in:
6
weed/command/signal_handling_notsupported.go
Normal file
6
weed/command/signal_handling_notsupported.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// +build plan9
|
||||
|
||||
package command
|
||||
|
||||
func OnInterrupt(fn func()) {
|
||||
}
|
||||
Reference in New Issue
Block a user