Skip to content

Commit

Permalink
Fix errors import
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Nov 29, 2018
1 parent fbb870d commit a557fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webfile.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package files

import (
"github.com/pkg/errors"
"errors"
"io"
"net/http"
"net/url"
Expand Down

0 comments on commit a557fc4

Please sign in to comment.