Skip to content

Unable to use go-jose/go-jose #1502

Open
@Cyb3r-Jak3

Description

@Cyb3r-Jak3

The following program sample.go triggers an unexpected result

package main

import (
	"fmt"

	"github.com/go-jose/go-jose/v3"
)

func main() {
	fmt.Println(jose.A128GCM)
}

Expected result

go run main.go
A128GCM

Got

yaegi ./main.go
go-jose/go-jose/v3/json/encode.go:650:48: cannot use type *json.encodeState as type io.Writer

Yaegi Version

v0.14.3

Additional Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions