Initial version of the web-editor

This commit is contained in:
Manfred Touron
2017-10-26 16:48:58 +02:00
parent ba84ae0c01
commit 64c92d0c8d
4 changed files with 236 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ build:
.PHONY: install
install:
go install .
go install ./cmd/web-editor
.PHONY: test
test: install