1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2024-12-11 22:35:40 +01:00
dnscrypt-proxy/dnscrypt-proxy/timezone_others.go
2021-09-23 19:16:26 +02:00

9 lines
97 B
Go

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