You can use go bug to have a cool, automatically filled out bug template, or
fill out the template below.
Describe the bug
exec: "wire ./..." , not support sync.Map , throw error:
cannot use (func(key, value interface{}) bool literal) (value of type func(key interface{}, value interface{}) bool) as func(key invalid type, value invalid type) bool value in argument to v.Range
You can use
go bug
to have a cool, automatically filled out bug template, or fill out the template below.Describe the bug
exec: "wire ./..." , not support
sync.Map
, throw error:Version
go version: 1.19.2 , wire: v0.5.0