Skip to content

Commit

Permalink
lint-components fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkb7 committed Jan 11, 2023
1 parent 53f9090 commit a755fd4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion comp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ supported Datadog intakes.

*Datadog Team*: windows-agent

Package systray implements the "systray" bundle for the Datadog Agent Manager tray application.
Package systray implements the Datadog Agent Manager System Tray

### [comp/systray/systray](https://pkg.go.dev/github.com/DataDog/dd-agent-comp-experiments/comp/systray/systray)

Expand Down
11 changes: 11 additions & 0 deletions comp/systray/bundle.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// 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 2016-present Datadog, Inc.
//go:build windows
// +build windows

// Package systray implements the Datadog Agent Manager System Tray
package systray

// team: windows-agent

0 comments on commit a755fd4

Please sign in to comment.