mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
all: reorder build tags in an alphabetical order
This commit is contained in:
parent
9c8b4db81f
commit
4c6c31e384
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !android && !js && !ios
|
||||
// +build !android,!js,!ios
|
||||
//go:build !android && !ios && !js
|
||||
// +build !android,!ios,!js
|
||||
|
||||
package ebitenutil
|
||||
|
||||
|
@ -817,8 +817,8 @@ func main() {
|
||||
"\n// +build android ios" +
|
||||
"\n// +build !ebitencbackend"
|
||||
case filepath.Join("internal", "ui", "keys_glfw.go"):
|
||||
buildTag = "//go:build !android && !js && !ios && !ebitencbackend" +
|
||||
"\n// +build !android,!js,!ios,!ebitencbackend"
|
||||
buildTag = "//go:build !android && !ios && !js && !ebitencbackend" +
|
||||
"\n// +build !android,!ios,!js,!ebitencbackend"
|
||||
}
|
||||
// NOTE: According to godoc, maps are automatically sorted by key.
|
||||
if err := tmpl.Execute(f, struct {
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !android && !js && !ios
|
||||
// +build !android,!js,!ios
|
||||
//go:build !android && !ios && !js
|
||||
// +build !android,!ios,!js
|
||||
|
||||
package ebiten
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build android || js || ios
|
||||
// +build android js ios
|
||||
//go:build android || ios || js
|
||||
// +build android ios js
|
||||
|
||||
package ebiten
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !android && !js && !ios
|
||||
// +build !android,!js,!ios
|
||||
//go:build !android && !ios && !js
|
||||
// +build !android,!ios,!js
|
||||
|
||||
package opengl
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !android && !js && !ios
|
||||
// +build !android,!js,!ios
|
||||
//go:build !android && !ios && !js
|
||||
// +build !android,!ios,!js
|
||||
|
||||
package opengl
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !android && !js && !ios
|
||||
// +build !android,!js,!ios
|
||||
//go:build !android && !ios && !js
|
||||
// +build !android,!ios,!js
|
||||
|
||||
package processtest_test
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !android && !js && !ios && !ebitencbackend
|
||||
// +build !android,!js,!ios,!ebitencbackend
|
||||
//go:build !android && !ios && !js && !ebitencbackend
|
||||
// +build !android,!ios,!js,!ebitencbackend
|
||||
|
||||
package ui
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
|
||||
// Code generated by genkeys.go using 'go generate'. DO NOT EDIT.
|
||||
|
||||
//go:build !android && !js && !ios && !ebitencbackend
|
||||
// +build !android,!js,!ios,!ebitencbackend
|
||||
//go:build !android && !ios && !js && !ebitencbackend
|
||||
// +build !android,!ios,!js,!ebitencbackend
|
||||
|
||||
package ui
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !android && !js && !ios && !ebitencbackend && !ebitensinglethread
|
||||
// +build !android,!js,!ios,!ebitencbackend,!ebitensinglethread
|
||||
//go:build !android && !ios && !js && !ebitencbackend && !ebitensinglethread
|
||||
// +build !android,!ios,!js,!ebitencbackend,!ebitensinglethread
|
||||
|
||||
package ui
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !android && !js && !ios && !ebitencbackend && ebitensinglethread
|
||||
// +build !android,!js,!ios,!ebitencbackend,ebitensinglethread
|
||||
//go:build !android && !ios && !js && !ebitencbackend && ebitensinglethread
|
||||
// +build !android,!ios,!js,!ebitencbackend,ebitensinglethread
|
||||
|
||||
package ui
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !android && !js && !ios && !ebitencbackend
|
||||
// +build !android,!js,!ios,!ebitencbackend
|
||||
//go:build !android && !ios && !js && !ebitencbackend
|
||||
// +build !android,!ios,!js,!ebitencbackend
|
||||
|
||||
package ui
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !android && !js && !ios && !ebitencbackend
|
||||
// +build !android,!js,!ios,!ebitencbackend
|
||||
//go:build !android && !ios && !js && !ebitencbackend
|
||||
// +build !android,!ios,!js,!ebitencbackend
|
||||
|
||||
package ui
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build android || js || ios || ebitencbackend
|
||||
// +build android js ios ebitencbackend
|
||||
//go:build android || ios || js || ebitencbackend
|
||||
// +build android ios js ebitencbackend
|
||||
|
||||
package ui
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user