11 lines
70 B
Makefile
11 lines
70 B
Makefile
_:
|
|
@just --list
|
|
|
|
run:
|
|
go run main.go
|
|
|
|
build:
|
|
go build main.go
|
|
|
|
|