Skip to content

Commit 6ba9584

Browse files
rumpelseppFahrj
authored andcommitted
Add go build tags for go versions >=1.16
1 parent 4ce0d09 commit 6ba9584

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ssh_session_unix.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !windows
12
// +build !windows
23

34
// reverseSSH - a lightweight ssh server with a reverse connection feature

ssh_session_windows.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build windows
12
// +build windows
23

34
// reverseSSH - a lightweight ssh server with a reverse connection feature

0 commit comments

Comments
 (0)