Skip to content

Commit 8aa4c5c

Browse files
committed
Merge pull request #157 from mwhudson/example-build-tags
Add // +build ignore to examples
2 parents f0fc421 + cf95ff1 commit 8aa4c5c

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

examples/activation/activation.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// +build ignore
16+
1517
// Activation example used by the activation unit tests.
1618
package main
1719

examples/activation/httpserver/httpserver.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// +build ignore
16+
1517
package main
1618

1719
import (

examples/activation/listen.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// +build ignore
16+
1517
// Activation example used by the activation unit tests.
1618
package main
1719

examples/activation/udpconn.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// +build ignore
16+
1517
// Activation example used by the activation unit tests.
1618
package main
1719

0 commit comments

Comments
 (0)