From fb0a6e328d3f6561b0a9a4bf16b45dddd1ed6564 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 19 Jun 2023 10:08:09 +0200 Subject: update --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 8a5f978..cf69896 100644 --- a/.bashrc +++ b/.bashrc @@ -68,6 +68,7 @@ alias god='p go doc' alias gol='GO111MODULE=off go' alias gtr='go test -v -run' alias gtb='go test -v -cpuprofile cpu.out -memprofile mem.out -benchmem -bench' +alias dbg='dlv test -- -test.v -test.run' alias rvi='sudo vim' #alias rxt='sudo xt' #alias rxvi='sudo xvi' -- cgit v1.2.3