...

Source file src/golang.org/x/exp/trace/testdata/generate.go

Documentation: golang.org/x/exp/trace/testdata

     1  // Copyright 2023 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // Code generated by "gen.bash" from internal/trace/v2; DO NOT EDIT.
     6  
     7  //go:build go1.21
     8  
     9  //go:generate go run mktests.go
    10  package testdata
    11  

View as plain text