On Sat, Aug 12, 2017 at 1:52 PM, Robert Solomon <drrob...@gmail.com> wrote: > > Is there any one interested in compile time and date like the __time__ and > __date__ macros in c
Personally I think that compile time is not normally interesting. Since build systems normally ensure that unchanged sources are not rebuilt, the compile time is the time a specific file was recompiled, and doesn't tell you much about the rest of the program. Link time can sometimes be interesting. We can already use the linker's -X option to record the link time in the binary. Ian -- 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.