m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

Modernize build tags

This commit is contained in:
Junegunn Choi
2022-03-29 21:20:33 +09:00
parent 32847f7254
commit b88eb72ac2
19 changed files with 18 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
// +build !openbsd
//go:build !openbsd
package protector

View File

@@ -1,4 +1,4 @@
// +build openbsd
//go:build openbsd
package protector

View File

@@ -1,4 +1,4 @@
// +build !386,!amd64
//go:build !386 && !amd64
package fzf

View File

@@ -1,5 +1,3 @@
// +build !tcell
package fzf
import (

View File

@@ -1,4 +1,4 @@
// +build 386 amd64
//go:build 386 || amd64
package fzf

View File

@@ -1,4 +1,4 @@
// +build !windows
//go:build !windows
package fzf

View File

@@ -1,4 +1,4 @@
// +build windows
//go:build windows
package fzf

View File

@@ -1,6 +1,4 @@
// +build !ncurses
// +build !tcell
// +build !windows
//go:build !tcell && !windows
package tui

View File

@@ -1,4 +1,4 @@
// +build !windows
//go:build !windows
package tui

View File

@@ -1,4 +1,4 @@
//+build windows
//go:build windows
package tui

View File

@@ -1,4 +1,4 @@
// +build tcell windows
//go:build tcell || windows
package tui

View File

@@ -1,4 +1,4 @@
// +build tcell windows
//go:build tcell || windows
package tui

View File

@@ -1,4 +1,4 @@
// +build !windows
//go:build !windows
package tui

View File

@@ -1,4 +1,4 @@
// +build windows
//go:build windows
package tui

View File

@@ -1,4 +1,4 @@
// +build !windows
//go:build !windows
package util

View File

@@ -1,4 +1,4 @@
// +build windows
//go:build windows
package util