On Sat, Jul 8, 2017 at 8:08 AM,  <krishnan.k.i...@gmail.com> wrote:
> How do I initialize `b` here to have the zero value of `aliased`?

To be precise, b is already initialized by default to its zero value,
which is nil.

If you want a non-nil but empty map, then as Shawn said, you can use
"b: make(aliased),".

-- 
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.

Reply via email to