mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Gofmt generated resource file
This commit is contained in:
parent
65207dfa35
commit
372ac4fbc1
1
Makefile
1
Makefile
@ -3,6 +3,7 @@ gotty: resource.go main.go app/*.go
|
|||||||
|
|
||||||
resource.go: bindata/hterm.js bindata/index.html bindata/gotty.js
|
resource.go: bindata/hterm.js bindata/index.html bindata/gotty.js
|
||||||
go-bindata -pkg app -ignore=\\.gitkeep -o app/resource.go bindata/
|
go-bindata -pkg app -ignore=\\.gitkeep -o app/resource.go bindata/
|
||||||
|
gofmt -w app/resource.go
|
||||||
|
|
||||||
bindata:
|
bindata:
|
||||||
mkdir bindata
|
mkdir bindata
|
||||||
|
Loading…
Reference in New Issue
Block a user