summaryrefslogtreecommitdiff
path: root/src/result_x86.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_x86.go
parent32847f7254a3df24f490f2aef1203dee6b5cb5a9 (diff)
downloadfzf-b88eb72ac29b92c82a0d7c7f8d7b65380720b02c.tar.gz
Modernize build tags
Diffstat (limited to 'src/result_x86.go')
-rw-r--r--src/result_x86.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/result_x86.go b/src/result_x86.go
index 60e26e99..3e3fd58e 100644
--- a/src/result_x86.go
+++ b/src/result_x86.go
@@ -1,4 +1,4 @@
-// +build 386 amd64
+//go:build 386 || amd64
package fzf