Files
wazero/internal/version/testdata/main.go
Crypt Keeper af3281c39c switches to gosimports for grouping (#849)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2022-11-09 07:04:24 +01:00

7 lines
175 B
Go

package main
// Force importing wazero here, so that we can see the actual wazero version in the main_test.go.
import (
_ "github.com/tetratelabs/wazero/internal/version"
)