dnscrypt-proxy/dnscrypt-proxy/timezone_others.go
2025-01-10 12:46:26 +01:00

7 lines
78 B
Go

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