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 ignore
|
||||
//go:build ignore
|
||||
|
||||
package main
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//+build ignore
|
||||
//go:build ignore
|
||||
|
||||
package main
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build ignore
|
||||
// +build ignore
|
||||
|
||||
package main
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//+build ignore
|
||||
//go:build ignore
|
||||
|
||||
package main
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//+build ignore
|
||||
//go:build ignore
|
||||
|
||||
package main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user