all: reorder build tags in an alphabetical order

This commit is contained in:
Hajime Hoshi 2022-02-08 15:42:29 +09:00
parent 9c8b4db81f
commit 4c6c31e384
14 changed files with 28 additions and 28 deletions

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build !android && !js && !ios //go:build !android && !ios && !js
// +build !android,!js,!ios // +build !android,!ios,!js
package ebitenutil package ebitenutil

View File

@ -817,8 +817,8 @@ func main() {
"\n// +build android ios" + "\n// +build android ios" +
"\n// +build !ebitencbackend" "\n// +build !ebitencbackend"
case filepath.Join("internal", "ui", "keys_glfw.go"): case filepath.Join("internal", "ui", "keys_glfw.go"):
buildTag = "//go:build !android && !js && !ios && !ebitencbackend" + buildTag = "//go:build !android && !ios && !js && !ebitencbackend" +
"\n// +build !android,!js,!ios,!ebitencbackend" "\n// +build !android,!ios,!js,!ebitencbackend"
} }
// NOTE: According to godoc, maps are automatically sorted by key. // NOTE: According to godoc, maps are automatically sorted by key.
if err := tmpl.Execute(f, struct { if err := tmpl.Execute(f, struct {

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build !android && !js && !ios //go:build !android && !ios && !js
// +build !android,!js,!ios // +build !android,!ios,!js
package ebiten package ebiten

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build android || js || ios //go:build android || ios || js
// +build android js ios // +build android ios js
package ebiten package ebiten

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build !android && !js && !ios //go:build !android && !ios && !js
// +build !android,!js,!ios // +build !android,!ios,!js
package opengl package opengl

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build !android && !js && !ios //go:build !android && !ios && !js
// +build !android,!js,!ios // +build !android,!ios,!js
package opengl package opengl

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build !android && !js && !ios //go:build !android && !ios && !js
// +build !android,!js,!ios // +build !android,!ios,!js
package processtest_test package processtest_test

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build !android && !js && !ios && !ebitencbackend //go:build !android && !ios && !js && !ebitencbackend
// +build !android,!js,!ios,!ebitencbackend // +build !android,!ios,!js,!ebitencbackend
package ui package ui

View File

@ -14,8 +14,8 @@
// Code generated by genkeys.go using 'go generate'. DO NOT EDIT. // Code generated by genkeys.go using 'go generate'. DO NOT EDIT.
//go:build !android && !js && !ios && !ebitencbackend //go:build !android && !ios && !js && !ebitencbackend
// +build !android,!js,!ios,!ebitencbackend // +build !android,!ios,!js,!ebitencbackend
package ui package ui

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build !android && !js && !ios && !ebitencbackend && !ebitensinglethread //go:build !android && !ios && !js && !ebitencbackend && !ebitensinglethread
// +build !android,!js,!ios,!ebitencbackend,!ebitensinglethread // +build !android,!ios,!js,!ebitencbackend,!ebitensinglethread
package ui package ui

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build !android && !js && !ios && !ebitencbackend && ebitensinglethread //go:build !android && !ios && !js && !ebitencbackend && ebitensinglethread
// +build !android,!js,!ios,!ebitencbackend,ebitensinglethread // +build !android,!ios,!js,!ebitencbackend,ebitensinglethread
package ui package ui

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build !android && !js && !ios && !ebitencbackend //go:build !android && !ios && !js && !ebitencbackend
// +build !android,!js,!ios,!ebitencbackend // +build !android,!ios,!js,!ebitencbackend
package ui package ui

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build !android && !js && !ios && !ebitencbackend //go:build !android && !ios && !js && !ebitencbackend
// +build !android,!js,!ios,!ebitencbackend // +build !android,!ios,!js,!ebitencbackend
package ui package ui

View File

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
//go:build android || js || ios || ebitencbackend //go:build android || ios || js || ebitencbackend
// +build android js ios ebitencbackend // +build android ios js ebitencbackend
package ui package ui