examples/flappy: reorder build tags

This commit is contained in:
Hajime Hoshi 2022-09-20 23:56:27 +09:00
parent c5867c3357
commit cda6fa156f

View File

@ -12,11 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build example && (nintendosdk || microsoftgdk)
//go:build example && (microsoftgdk || nintendosdk)
// +build example
// +build nintendosdk microsoftgdk
// +build microsoftgdk nintendosdk
// This file is for some special environments using 'nintendosdk' or 'microsoftgdk'.
// This file is for some special environments using 'microsoftgdk' or 'nintendosdk'.
// You usually don't have to care about this file.
// Actually this example works without this file in usual cases.