Fix outdated imports. Cleanup.

merlin
cyoung 2017-09-22 11:42:57 -04:00
rodzic abe84edfae
commit 269ef27b50
2 zmienionych plików z 15 dodań i 16 usunięć

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1,19 +1,18 @@
package main
import (
"fmt"
// "time"
"os"
"bufio"
"gonum.org/v1/plot"
"gonum.org/v1/plot/plotter"
"gonum.org/v1/plot/plotutil"
"gonum.org/v1/plot/vg"
"os"
"sort"
"strconv"
"strings"
"unicode"
"strconv"
"github.com/gonum/plot"
"github.com/gonum/plot/plotter"
"github.com/gonum/plot/plotutil"
"github.com/gonum/plot/vg"
"sort"
)
func main() {