Source file src/internal/trace/tracev2/doc.go

     1  // Copyright 2025 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  /*
     6  Package tracev2 contains definitions for the v2 execution trace wire format.
     7  
     8  These definitions are shared between the trace parser and the runtime, so it
     9  must not depend on any package that depends on the runtime (most packages).
    10  */
    11  package tracev2
    12  

View as plain text