opentelemetry-go/attribute
Robert Pająk 1737ab8666
docs: unify doc comments for functions returning bool (#7064)
Fixes https://github.com/open-telemetry/opentelemetry-go/issues/7063

If also fixes Go Doc comment for `SpanID.IsEmpty`.

The pattern is based on the way the Go standard library documents
functions returning a boolean.
2025-07-23 07:58:50 +02:00
..
internal Functionality moved from internal/attribute to attribute (#6580) 2025-04-03 14:12:30 +01:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
benchmark_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
doc.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
encoder.go docs: unify doc comments for functions returning bool (#7064) 2025-07-23 07:58:50 +02:00
filter.go attribute: preallocate map in NewAllowKeysFilter and NewDenyKeysFilter (#6455) 2025-03-18 08:38:17 -07:00
filter_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
iterator.go docs: unify doc comments for functions returning bool (#7064) 2025-07-23 07:58:50 +02:00
iterator_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
key.go docs: unify doc comments for functions returning bool (#7064) 2025-07-23 07:58:50 +02:00
key_test.go Fix lint issues for golangci-lint 1.62.0 (#5967) 2024-11-13 08:58:59 +01:00
kv.go docs: unify doc comments for functions returning bool (#7064) 2025-07-23 07:58:50 +02:00
kv_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
rawhelpers.go chore: move functionality from internal/rawhelpers.go to attribute (#6578) 2025-04-10 09:04:50 -07:00
set.go docs: unify doc comments for functions returning bool (#7064) 2025-07-23 07:58:50 +02:00
set_test.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
type_string.go Bump github.com/jcchavezs/porto from 0.2.1 to 0.3.0 in /internal/tools (#2288) 2021-10-15 11:36:56 -07:00
value.go chore: move functionality from internal/rawhelpers.go to attribute (#6578) 2025-04-10 09:04:50 -07:00
value_test.go Fix gosec overflow alerts (#5799) 2024-09-13 09:11:50 +02:00

README.md

Attribute

PkgGoDev