Initial commit

This commit is contained in:
2019-03-05 00:07:59 +09:00
commit e5d13f19ad
14 changed files with 15042 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
.PHONY: clean generate setup install
clean:
rm assets/static/static_vfsdata.go
rm assets/static/template_vfsdata.go
rm photlog
generate:
go generate
build: generate
go build
install: generate
go install