mirror of
https://github.com/yudai/gotty.git
synced 2025-12-29 13:48:51 +01:00
Gofmt generated resource file
This commit is contained in:
parent
65207dfa35
commit
372ac4fbc1
1 changed files with 1 additions and 0 deletions
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
|
||||
go-bindata -pkg app -ignore=\\.gitkeep -o app/resource.go bindata/
|
||||
gofmt -w app/resource.go
|
||||
|
||||
bindata:
|
||||
mkdir bindata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue