Skip to content

Commit 90bf5da

Browse files
committed
wincred: use go build constraint
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 6a2f536 commit 90bf5da

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

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)