examples: Remove build tags from sub-packages

This commit is contained in:
Hajime Hoshi 2018-03-14 04:13:54 +09:00
parent 420c4306d0
commit 0ad12e65df
19 changed files with 0 additions and 38 deletions

View File

@ -39,7 +39,6 @@ script:
- test -z $(gofmt -s -l $GOPATH/src/github.com/hajimehoshi/ebiten)
- go build -tags example -v github.com/hajimehoshi/ebiten/examples/...
- go test -v github.com/hajimehoshi/ebiten/...
- go test -tags=example -v github.com/hajimehoshi/ebiten/examples/...
- gopherjs build --tags example -v github.com/hajimehoshi/ebiten/examples/blocks
# Looks like testing GL on node is hard.

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package twenty48
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package twenty48
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package twenty48
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package twenty48
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package twenty48
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package twenty48_test
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package blocks
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package blocks
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package blocks
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package blocks
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package blocks
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package blocks
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package blocks
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package blocks
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package blocks
import (

View File

@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build example
package blocks
import (

View File

@ -202,8 +202,6 @@ const keyRectTmpl = `{{.License}}
// Code generated by gen.go using 'go generate'. DO NOT EDIT.
{{.BuildTags}}
package keyboard
import (
@ -239,7 +237,6 @@ func outputKeyRectsGo(k map[string]image.Rectangle) error {
return err
}
return tmpl.Execute(f, map[string]interface{}{
"BuildTags": "// +build example",
"License": license,
"KeyRectsMap": k,
})

View File

@ -14,8 +14,6 @@
// Code generated by gen.go using 'go generate'. DO NOT EDIT.
// +build example
package keyboard
import (