mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
7 lines
78 B
Go
7 lines
78 B
Go
//go:build !android
|
|
|
|
package main
|
|
|
|
func TimezoneSetup() error {
|
|
return nil
|
|
}
|