Skip to content

Commit

Permalink
wincred: use go build constraint
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed May 29, 2023
1 parent 6a2f536 commit 90bf5da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wincred/cmd/main_windows.go → wincred/cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build windows

package main

import (
Expand Down
2 changes: 2 additions & 0 deletions wincred/wincred_windows.go → wincred/wincred.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build windows

package wincred

import (
Expand Down
2 changes: 2 additions & 0 deletions wincred/wincred_windows_test.go → wincred/wincred_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build windows

package wincred

import (
Expand Down

0 comments on commit 90bf5da

Please sign in to comment.