pkg name change

This commit is contained in:
sqshq 2019-01-24 23:23:31 -05:00
parent a8863b1a0e
commit 08aa10f73b
1 changed files with 1 additions and 1 deletions

View File

@ -1,9 +1,9 @@
package main
import (
"github.com/sqshq/plot-try/app/config"
ui "github.com/sqshq/termui"
"github.com/sqshq/termui/widgets"
"github.com/sqshq/vcmd/app/config"
"log"
"math"
)