Skip to content

Commit 89edd20

Browse files
paulojmdiasChrsMark
authored andcommitted
[chore][receiver/splunkenterprisereceiver] run make modernize (open-telemetry#43374)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Run the `make modernize` tool. https://pkg.go.dev/golang.org/x/tools/gopls/internal/analysis/modernize --------- Signed-off-by: Paulo Dias <[email protected]>
1 parent 2376994 commit 89edd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

receiver/splunkenterprisereceiver/search_result.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ type kvEntry struct {
146146

147147
type kvStatus struct {
148148
Current kvStoreCurrent `json:"current"`
149-
KVService kvService `json:"externalKVStore,omitempty"`
149+
KVService kvService `json:"externalKVStore,omitzero"`
150150
}
151151

152152
type kvService struct {

0 commit comments

Comments
 (0)