Skip to content

Commit dfa59fa

Browse files
committed
fix build directives
1 parent 732041a commit dfa59fa

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

internal/batches/debug.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//go:build debug
2+
// +build debug
23

34
package batches
45

internal/batches/workspace/bind_workspace_nonwin_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//go:build !windows
2+
// +build !windows
23

34
package workspace
45

0 commit comments

Comments
 (0)