Skip to content

interp: unknown GEP #1110

@cornelk

Description

@cornelk

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions