Skip to content

Commit

Permalink
add package comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Nov 15, 2024
1 parent 98016cc commit 46f1075
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2024-present Datadog, Inc.

// Package traceroute adds traceroute functionality to the agent
// Package config is the configuration for the traceroute functionality
package config

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/networkpath/traceroute/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2024-present Datadog, Inc.

// Package runner is the functionality for actually performing traceroutes
package runner

import (
Expand Down
7 changes: 7 additions & 0 deletions pkg/networkpath/traceroute/traceroute.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Unless explicitly stated otherwise all files in this repository are licensed
// under the Apache License Version 2.0.
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2024-present Datadog, Inc.

// Package traceroute adds traceroute functionality to the agent
package traceroute

0 comments on commit 46f1075

Please sign in to comment.