Cleanup piechart

This commit is contained in:
Caleb Bassi
2018-08-16 20:22:32 -07:00
parent 10d90f04d8
commit 3bbd34011a
2 changed files with 15 additions and 16 deletions

View File

@@ -4,10 +4,11 @@ package main
import (
"fmt"
"github.com/gizak/termui"
"math"
"math/rand"
"time"
"github.com/gizak/termui"
)
func main() {