Closed ganigeorgiev closed 10 months ago
Related to https://github.com/pocketbase/pocketbase/issues/4145.
The method types generated for the recursively iterated packages doesn't seem to be properly generated.
Take for example http.Header.set.
http.Header.set
This is most likely due to the omitted type in the Go definition:
Set(key, value string) vs Set(key string, value string)
Related to https://github.com/pocketbase/pocketbase/issues/4145.
The method types generated for the recursively iterated packages doesn't seem to be properly generated.
Take for example
http.Header.set
.