A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/tinygo-org/tinygo/issues/4458 below:

return value of `Type.String()` for function type doesn't match Go's `reflect` pkg · Issue #4458 · tinygo-org/tinygo · GitHub

Return value of Type.String() for function type doesn't match equivalent call using Go's reflect package.

The code snippet below produces:

f := func(int, string) (bool, error) {
	return false, nil
}
rt := reflect.TypeOf(f)
fmt.Println(rt.String()) 

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4