internal/component => internal/dis/component

This commit is contained in:
Tom Wiesing 2022-10-18 09:40:37 +02:00
parent 9443217441
commit b5b1ce2340
No known key found for this signature in database
123 changed files with 76 additions and 76 deletions

View file

@ -3,7 +3,7 @@
all: wdcli
wdcli:
go generate ./internal/component/static/
go generate ./internal/dis/component/static/
go build -o ./wdcli ./cmd/wdcli
deps: