all: add ignore build tags

This commit is contained in:
Sebastien Binet 2015-04-19 01:20:56 +02:00
parent 6b36fc98f0
commit dce9ff2d2c
12 changed files with 26 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// +build ignore
// Ported from GLUT's samples. Original copyright below applies.
/* Copyright (c) Mark J. Kilgard, 1996. */

View file

@ -1,6 +1,8 @@
// Copyright 2010 The draw2d Authors. All rights reserved.
// created: 21/11/2010 by Laurent Le Goff
// +build ignore
package main
import (

View file

@ -1,3 +1,5 @@
// +build ignore
// Ported from GLUT's samples. Original copyright below applies.
/* Copyright (c) Mark J. Kilgard, 1996. */

View file

@ -1,3 +1,5 @@
// +build ignore
package main
import (

View file

@ -1,3 +1,5 @@
// +build ignore
package main
import (

View file

@ -1,6 +1,8 @@
// Copyright 2010 The draw2d Authors. All rights reserved.
// created: 21/11/2010 by Laurent Le Goff
// +build ignore
package main
import (

View file

@ -1,3 +1,5 @@
// +build ignore
package main
import (

View file

@ -1,3 +1,5 @@
// +build ignore
package main
import (

View file

@ -1,5 +1,8 @@
// Copyright 2011 The draw2d Authors. All rights reserved.
// created: 27/05/2011 by Laurent Le Goff
// +build ignore
package raster
import (

View file

@ -1,5 +1,8 @@
// Copyright 2011 The draw2d Authors. All rights reserved.
// created: 27/05/2011 by Laurent Le Goff
// +build ignore
package raster
import (

View file

@ -1,3 +1,5 @@
// +build ignore
package main
import (

View file

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build ignore
package main
import (