Re: [go-nuts] Are there any implicit type conversions in Go?

2017-05-13 Thread Jan Mercl
On Sat, May 13, 2017 at 8:19 PM st ov wrote: > Go appears to be very strict when using types. Even aliases need to be explicitly cast. > > Are there any contexts where types are implicitly cast? Or must all type conversions be specified? cast != conversion Otherwise for

[go-nuts] Are there any implicit type conversions in Go?

2017-05-13 Thread st ov
Go appears to be very strict when using types. Even aliases need to be explicitly cast. Are there any contexts where types are implicitly cast? Or must all type conversions be specified? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To