zntg/addons/drop/drop.go

8 lines
87 B
Go

// +build !windows
package drop
func Register(dropper Dropper) error {
return nil
}