Skip to content

Commit e3e0926

Browse files
committed
fix(tls,udp): match package name to dir name
1 parent 7dde785 commit e3e0926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/output/tls/tls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Elasticsearch B.V. licenses this file to you under the Apache 2.0 License.
33
// See the LICENSE file in the project root for more information.
44

5-
package tcp
65
// Package tls provides an output that writes data to a TLS+TCP connection.
6+
package tls
77

88
import (
99
"context"

internal/output/udp/udp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Elasticsearch B.V. licenses this file to you under the Apache 2.0 License.
33
// See the LICENSE file in the project root for more information.
44

5-
package tcp
65
// Package udp provides an output that writes data to a UDP destination.
6+
package udp
77

88
import (
99
"context"

0 commit comments

Comments
 (0)