Skip to content

Commit e12b0b1

Browse files
committed
client/cordium - add build tag
1 parent d8b91e6 commit e12b0b1

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

client/cordium/commands/terminal/signals_unix.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !windows
2+
13
/*
24
* Copyright Octelium Labs, LLC. All rights reserved.
35
*

client/cordium/commands/terminal/signals_windows.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build windows
2+
13
/*
24
* Copyright Octelium Labs, LLC. All rights reserved.
35
*

0 commit comments

Comments
 (0)