Embed templates and static files
This commit is contained in:
parent
868d2a7bbd
commit
8edd857d22
11 changed files with 31 additions and 17 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
all: build
|
||||
|
||||
build:
|
||||
go run cmd/fetch-static/main.go
|
||||
go build cmd/server/main.go
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue