all repos — homestead @ d9a119ca0abe7ffedd125c81c78f725aab886d29

Code for my website

re-format go files

Alan Pearce
commit

d9a119ca0abe7ffedd125c81c78f725aab886d29

parent

7a7c44a6caec3fd3b5eb655f332450e86b8c4774

1 file changed, 3 insertions(+), 2 deletions(-)

changed files
M shared/storage/file.goshared/storage/file.go
@@ -5,10 +5,11 @@ "io"
"strings" "time" + "github.com/Southclaws/fault" + "github.com/Southclaws/fault/fmsg" + "alin.ovh/homestead/domain/content/builder/template" "alin.ovh/homestead/shared/buffer" - "github.com/Southclaws/fault" - "github.com/Southclaws/fault/fmsg" ) type File struct {