Normalize includes
This commit is contained in:
parent
1a897cd1bd
commit
562bc157ee
17 changed files with 50 additions and 40 deletions
|
@ -1,8 +1,8 @@
|
|||
package storage
|
||||
|
||||
import p "path"
|
||||
|
||||
import (
|
||||
p "path"
|
||||
|
||||
"os"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package storage
|
||||
|
||||
import p "path"
|
||||
|
||||
import (
|
||||
p "path"
|
||||
|
||||
"io"
|
||||
"os"
|
||||
)
|
||||
|
|
Reference in a new issue