Skip to content

Commit

Permalink
order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-o committed Feb 6, 2018
1 parent 4c968c9 commit 0424696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions impl.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
package splitzip

import (
"archive/zip"
"errors"
"fmt"
"io"
"io/ioutil"
"os"
"path/filepath"
p "path"
"sort"
"archive/zip"
"io"
"os"
)

type FileSize struct {
Expand Down

0 comments on commit 0424696

Please sign in to comment.