You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run:
go run ./cmd/sidecar $(ARGS)
# Run tests with race detection
test-race:
go test -race -v ./...
# Tidy up dependencies
deps:
go mod tidy
go mod verify
Here are some in mind: