dnscrypt-proxy/dnscrypt-proxy/timezone_others.go

9 lines
97 B
Go
Raw Permalink Normal View History

2021-09-23 19:16:26 +02:00
//go:build !android
// +build !android
package main
func TimezoneSetup() error {
return nil
}