6 lines
61 B
Makefile
6 lines
61 B
Makefile
|
|
test:
|
||
|
|
go test ./...
|
||
|
|
|
||
|
|
run:
|
||
|
|
go run ./cmd/ai-customer-service
|