Skip to content

Commit 00d84de

Browse files
committed
wincred: use go build constraint
Signed-off-by: CrazyMax <[email protected]>
1 parent 1ce48f3 commit 00d84de

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build windows
2+
13
package main
24

35
import (
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build windows
2+
13
package wincred
24

35
import (
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build windows
2+
13
package wincred
24

35
import (

0 commit comments

Comments
 (0)