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
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