Commit 372ac4fb by Iwasaki Yudai

Gofmt generated resource file

1 parent 65207dfa
Showing with 1 additions and 0 deletions
......@@ -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
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!