Browse Source

Remove math dependency

trinchan 11 years ago
parent
commit
9b5184276f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib.go

+ 0 - 1
lib.go

@@ -6,7 +6,6 @@ import (
 	"errors"
 	"fmt"
 	"io"
-	"math"
 	"path"
 	"strconv"
 	"strings"