Skip to content

Commit 924e570

Browse files
committed
Remove cross-platform keyring split
1 parent 6b6fb1c commit 924e570

File tree

14 files changed

+42
-0
lines changed

14 files changed

+42
-0
lines changed

app.go

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 (

cmd/omni-socat/main.go

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 (

cmd/pageant-add/main.go

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 (

main.go

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 (

pkg/cygwinsocket/cygwinsocket.go

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 cygwinsocket
25

36
import (

pkg/namedpipe/client.go

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 namedpipe
25

36
import (

pkg/namedpipe/namedpipe.go

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 namedpipe
25

36
import (

pkg/npipe2stdin/npipe2stdin.go

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 npipe2stdin
25

36
import (

pkg/pageant/client.go

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 pageant
25

36
import (

pkg/pageant/pageant.go

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 pageant
25

36
import (

0 commit comments

Comments
 (0)