dnscrypt-proxy/dnscrypt-proxy/timezone_others.go

8 lines
77 B
Go

// +build !android
package main
func TimezoneSetup() error {
return nil
}