Partly true. Build tags like !android should prevent inclusion of the file. Files named with _android suffix or with android buildtag should be included only for android.
https://go.googlesource.com/go/+/master/src/time/zoneinfo_android.go https://go.googlesource.com/go/+/master/src/time/zoneinfo_unix.go#5 On Thu, Feb 1, 2018 at 2:40 PM, Dave Cheney <d...@cheney.net> wrote: > The build system considers android and Linux to be the same for historical > reasons. > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- __ -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.