ci: adds Go 1.19.0-rc.2 into matrix (#714)
This adds the 1.19.0-rc2. in the testing matrix. This also formats the Godocs across the codebase, as Go 1.19 has started auto-formatting Godoc. https://github.com/tetratelabs/wazero/issues/426 Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
@@ -18,10 +18,10 @@ import (
|
||||
|
||||
// FuncName returns the naming convention of "moduleName.funcName".
|
||||
//
|
||||
// * moduleName is the possibly empty name the module was instantiated with.
|
||||
// * funcName is the name in the Custom Name section.
|
||||
// * funcIdx is the position in the function index namespace, prefixed with
|
||||
// imported functions.
|
||||
// - moduleName is the possibly empty name the module was instantiated with.
|
||||
// - funcName is the name in the Custom Name section.
|
||||
// - funcIdx is the position in the function index namespace, prefixed with
|
||||
// imported functions.
|
||||
//
|
||||
// Note: "moduleName.$funcIdx" is used when the funcName is empty, as commonly
|
||||
// the case in TinyGo.
|
||||
|
||||
Reference in New Issue
Block a user