-
Notifications
You must be signed in to change notification settings - Fork 997
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
here is a stripped down code example of trying to import https://github.com/go-yaml/yaml that fails with error: <init>: interp: unknown GEP
package main
import "reflect"
var mapItemType = reflect.TypeOf(MapItem{})
type MapItem struct {
Key interface{}
}
func main() {}Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working