From 1847af70cfbc8aabb8f79c06f8f86aa795e43318 Mon Sep 17 00:00:00 2001 From: gizak Date: Tue, 27 Oct 2015 15:34:47 -0400 Subject: [PATCH] Path adaption --- README.md | 14 +++++++------- {extra => _extra}/tabpane.go | 0 2 files changed, 7 insertions(+), 7 deletions(-) rename {extra => _extra}/tabpane.go (100%) diff --git a/README.md b/README.md index 837807a..001ddc9 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,13 @@ Grid layout uses [12 columns grid system](http://www.w3schools.com/bootstrap/boo Click image to see the corresponding demo codes. -[par](https://github.com/gizak/termui/blob/master/example/par.go) -[list](https://github.com/gizak/termui/blob/master/example/list.go) -[gauge](https://github.com/gizak/termui/blob/master/example/gauge.go) -[linechart](https://github.com/gizak/termui/blob/master/example/linechart.go) -[barchart](https://github.com/gizak/termui/blob/master/example/barchart.go) -[barchart](https://github.com/gizak/termui/blob/master/example/mbarchart.go) -[sparklines](https://github.com/gizak/termui/blob/master/example/sparklines.go) +[par](https://github.com/gizak/termui/blob/master/_example/par.go) +[list](https://github.com/gizak/termui/blob/master/_example/list.go) +[gauge](https://github.com/gizak/termui/blob/master/_example/gauge.go) +[linechart](https://github.com/gizak/termui/blob/master/_example/linechart.go) +[barchart](https://github.com/gizak/termui/blob/master/_example/barchart.go) +[barchart](https://github.com/gizak/termui/blob/master/_example/mbarchart.go) +[sparklines](https://github.com/gizak/termui/blob/master/_example/sparklines.go) ## GoDoc diff --git a/extra/tabpane.go b/_extra/tabpane.go similarity index 100% rename from extra/tabpane.go rename to _extra/tabpane.go