From 372ac4fbc1775755b325370482097d6a45dd9ecb Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Thu, 20 Aug 2015 17:16:13 +0900 Subject: [PATCH] Gofmt generated resource file --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b22850b..0dbe501 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ gotty: resource.go main.go app/*.go resource.go: bindata/hterm.js bindata/index.html bindata/gotty.js go-bindata -pkg app -ignore=\\.gitkeep -o app/resource.go bindata/ + gofmt -w app/resource.go bindata: mkdir bindata