uninstall.go 187 B

1234567891011
  1. package zdaemon
  2. import "fmt"
  3. func (zd *ZDaemon) uninstall_winsvc() {
  4. fmt.Println("Not supported yet.")
  5. }
  6. func (zd *ZDaemon) uninstall_wintray() {
  7. fmt.Println("Not supported yet.")
  8. }