Skip to content

Commit 1d786a0

Browse files
committed
move main in the root project
1 parent fb654ac commit 1d786a0

2 files changed

Lines changed: 2 additions & 52 deletions

File tree

config-manager/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.PHONY: build run test tidy
22

33
build:
4-
go build -o bin/config-manager ./cmd/config-manager
4+
go build -o bin/config-manager .
55

66
run:
7-
go run ./cmd/config-manager
7+
go run .
88

99
test:
1010
go test ./...

config-manager/cmd/config-manager/main.go

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)