We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539fe92 commit cc73104Copy full SHA for cc73104
justfile
@@ -4,7 +4,7 @@ default:
4
# build koochooloo binary
5
build:
6
@echo '{{ BOLD + CYAN }}Building Redpanda 101!{{ NORMAL }}'
7
- go build -o redpanda101 main.go
+ go build -o redpanda101 ./cmd/redpanda101/main.go
8
9
# update go packages
10
update:
0 commit comments