bring UI in this repo

This commit is contained in:
Pierre Dubouilh
2023-07-08 15:25:11 +02:00
committed by Pierre Dubouilh
parent 08ec485e78
commit 0a77b08552
11 changed files with 1345 additions and 14 deletions
+4 -4
View File
@@ -44,16 +44,16 @@ test:
# go tool cover -func=all.out | grep main | grep '9.\..\%'
watch:
ls gossa.go gossa_test.go gossa-ui/* | entr -rc make build run
ls gossa.go gossa_test.go ui/* | entr -rc make build run
watch-extra:
ls gossa.go gossa_test.go gossa-ui/* | entr -rc make build run-extra
ls gossa.go gossa_test.go ui/* | entr -rc make build run-extra
watch-ro:
ls gossa.go gossa_test.go gossa-ui/* | entr -rc make build run-ro
ls gossa.go gossa_test.go ui/* | entr -rc make build run-ro
watch-test:
ls gossa.go gossa_test.go gossa-ui/* | entr -rc make test
ls gossa.go gossa_test.go ui/* | entr -rc make test
build-all: build
${NOCGO} GOOS=linux GOARCH=amd64 go build ${FLAGS} -o builds/gossa-linux-x64