diff --git a/_example/table.go b/_example/table.go index fb4991b..3bd352b 100644 --- a/_example/table.go +++ b/_example/table.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a MIT license that can // be found in the LICENSE file. +// +build ignore + package main import "github.com/gizak/termui" diff --git a/_example/wrappar.go b/_example/wrappar.go index 07e842d..4f6d18e 100644 --- a/_example/wrappar.go +++ b/_example/wrappar.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a MIT license that can // be found in the LICENSE file. +// +build ignore + package main import ui "github.com/gizak/termui"