|
|
|
@ -10,7 +10,6 @@ import (
|
|
|
|
|
"bufio"
|
|
|
|
|
"os"
|
|
|
|
|
"strings"
|
|
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// Read contents from file and split by new line.
|
|
|
|
@ -33,7 +32,6 @@ func ReadLines(filename string) ([]string, error) {
|
|
|
|
|
return ret, err
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func byteToString(orig []byte) string {
|
|
|
|
|
n := -1
|
|
|
|
|
for i, b := range orig {
|
|
|
|
|