Sign in
◑
Theme
go
/
vscode-go
/
56b467cbdfeff494703e4e37aeca2d71d9c483ea
/
.
/
extension
/
test
/
testdata
/
codelens
/
codelens_go118_test.go
blob: bd7656701d1e99c3e1c65463a5530b7696c2a7be [
file
]
//go:build go1.18
// +build go1.18
package main
import (
"testing"
)
func FuzzFunc(f *testing.F) {
}
func Fuzz(f *testing.F) {
}
func TestGo118(t *testing.T) {
}