Skip to content

Commit 324403b

Browse files
committed
wincred: use go build constraint
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent d76e580 commit 324403b

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

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

36
import (
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build windows
2+
// +build windows
3+
14
package wincred
25

36
import (
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build windows
2+
// +build windows
3+
14
package wincred
25

36
import (

0 commit comments

Comments
 (0)