mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
Build constraints: switch to new syntax
Make gofmt happy about that.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// +build plan9 nacl windows
|
//go:build plan9 || nacl || windows
|
||||||
|
|
||||||
package action
|
package action
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// +build linux darwin dragonfly solaris openbsd netbsd freebsd
|
//go:build linux || darwin || dragonfly || solaris || openbsd || netbsd || freebsd
|
||||||
|
|
||||||
package action
|
package action
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// +build linux darwin dragonfly openbsd_amd64 freebsd
|
//go:build linux || darwin || dragonfly || openbsd_amd64 || freebsd
|
||||||
|
|
||||||
package action
|
package action
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// +build !linux,!darwin,!freebsd,!dragonfly,!openbsd_amd64
|
//go:build !linux && !darwin && !freebsd && !dragonfly && !openbsd_amd64
|
||||||
|
|
||||||
package action
|
package action
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//+build ignore
|
//go:build ignore
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//+build ignore
|
//go:build ignore
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//+build ignore
|
//go:build ignore
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
//go:build ignore
|
//go:build ignore
|
||||||
// +build ignore
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//+build ignore
|
//go:build ignore
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//+build ignore
|
//go:build ignore
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user