Update yaegi to v0.9.21

This commit is contained in:
Ludovic Fernandez 2021-07-20 11:58:06 +02:00 committed by GitHub
parent d8156ef625
commit 1e69939532
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -23,6 +23,7 @@ type PP interface {
}
type _PP struct {
IValue interface{}
WInit func() error
WProvide func(cfgChan chan<- json.Marshaler) error
WStop func() error