service_unsupported.go 90 B

1234567
  1. // +build !windows
  2. package main
  3. func initService() (bool, error) {
  4. return false, nil
  5. }