Damien Mathieu
|
2c57091e58
|
Remove notice about internaltest which is not generated anymore (#7093)
Since https://github.com/open-telemetry/opentelemetry-go/pull/6846,
these files are not auto-generated anymore.
|
2025-07-29 10:34:47 +02:00 |
|
Sean Liao
|
1d8824889c
|
all: match go conventions for generated code (#6731)
Go documents the following regex pattern
for identifying generated code:
^// Code generated .* DO NOT EDIT\.$
This convention is used go APIs and tooling.
References:
https://pkg.go.dev/go/ast#IsGenerated
https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source
Co-authored-by: Damien Mathieu <42@dmathieu.com>
|
2025-05-05 09:41:12 +02:00 |
|
Stoo Johnston
|
6849a0ae29
|
Remove harness from internaltest and add doc template (#6599)
Remove harness.go from internaltest and create doc.go for package
documentation.
Fixes #6522
---------
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
|
2025-05-01 08:29:14 -07:00 |
|