Skip to content

undeclared name: efaceOf on Go 1.7 #498

Closed
@wingyplus

Description

@wingyplus

I try this code:

// main.go
package main

func DoesNotError() error {
        return nil
}

func main() {
        DoesNotError()
}

Expect
It should work fine.

Actual
Throws an error below:

$ gopherjs build main.go
../../../../go/go/src/runtime/error.go:69:7: undeclared name: efaceOf

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions