Skip to content

Commit 1e2d27c

Browse files
committed
move supervisor package comment to unconditional file
1 parent acf1d4e commit 1e2d27c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

internal/supervisor/ensure_kill.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//go:build !linux
22

3-
// Package supervisor manages the lifecycle of supervised processes.
43
package supervisor
54

65
import "os/exec"

internal/supervisor/output.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Package supervisor manages the lifecycle of supervised processes.
12
package supervisor
23

34
import (

0 commit comments

Comments
 (0)