Add '// +build ignore' to examples

This commit is contained in:
Caleb Bassi 2018-08-16 20:05:56 -07:00
parent bebe24a2e6
commit 10d90f04d8
2 changed files with 4 additions and 0 deletions

View File

@ -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"

View File

@ -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"