🚚 Refactor project structure to follow standard Go layout conventions
This commit is contained in:
parent
c0007c291d
commit
ad7eba9b03
7 changed files with 5 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -47,4 +47,4 @@ open-report: $(COVERHTML) ## Open the coverage report in the default browser
|
|||
build: $(OUT) ## Builds the application
|
||||
|
||||
$(OUT): $(SOURCES) fmt
|
||||
go build -o $@
|
||||
go build -o $@ ./cmd/my-log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue