summaryrefslogtreecommitdiffstats
path: root/src/result_others.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2022-03-29 21:20:33 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2022-03-29 21:23:45 +0900
commitb88eb72ac29b92c82a0d7c7f8d7b65380720b02c (patch)
tree4381180803c720ebba1fcfa12d3d904e771b5125 /src/result_others.go
parent32847f7254a3df24f490f2aef1203dee6b5cb5a9 (diff)
Modernize build tags
Diffstat (limited to 'src/result_others.go')
-rw-r--r--src/result_others.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/result_others.go b/src/result_others.go
index e3363a8e..0d9dcd7c 100644
--- a/src/result_others.go
+++ b/src/result_others.go
@@ -1,4 +1,4 @@
-// +build !386,!amd64
+//go:build !386 && !amd64
package fzf