Normalize includes

This commit is contained in:
Las Zenow 2014-08-30 13:17:50 -05:00
parent 1a897cd1bd
commit 562bc157ee
17 changed files with 50 additions and 40 deletions

View file

@ -1,8 +1,8 @@
package storage
import p "path"
import (
p "path"
"os"
)

View file

@ -1,8 +1,8 @@
package storage
import p "path"
import (
p "path"
"io"
"os"
)