vis: switch to the golang vis by default

and have the C vis()/unvis() available as a 'cvis' build tag.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-12-07 16:16:30 -05:00
parent 08b1000418
commit 812981d95d
Signed by: vbatts
GPG Key ID: 10937E57733F1362
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
// +build cgo,!govis
// +build cgo,cvis
package mtree

View File

@ -1,4 +1,4 @@
// +build !cgo govis
// +build !cvis
package mtree

View File

@ -1,4 +1,4 @@
// +build cgo,!govis
// +build cgo,cvis
package mtree

View File

@ -1,4 +1,4 @@
// +build !cgo govis
// +build !cvis
package mtree