Skip to content

Commit 46bc15c

Browse files
committed
isatty: add go:build lines equivalent to the +build lines
The march of progress.
1 parent 8fa5f31 commit 46bc15c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

isatty/isatty_disabled.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !isatty
12
// +build !isatty
23

34
package isatty

isatty/isatty_enabled.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build isatty
12
// +build isatty
23

34
package isatty

0 commit comments

Comments
 (0)