Oh, and FWIW:

On Mon, Nov 13, 2017 at 12:45 PM, 'Stephan Schweitzer' via golang-nuts <
golang-nuts@googlegroups.com> wrote:

> It seems to me, that I can break the type system with simple assignments.
>

For that definition of "breaking the type system", you don't even need
assignments:

func main() {
    var v error
    v.Error()
}

Creating panics is basically trivial to do :)

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