8 lines
87 B
Go
8 lines
87 B
Go
// +build !windows
|
|
|
|
package drop
|
|
|
|
func Register(dropper Dropper) error {
|
|
return nil
|
|
}
|