Rename _examples/delete.go to _examples/dynamic.go

This commit is contained in:
Roi Martin 2016-02-07 17:39:19 +01:00
parent 248e4f4437
commit a8eba6db38
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
"github.com/jroimartin/gocui"
)
const delta = 2
const delta = 1
var (
views = []string{}