summaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-06-18 09:16:11 +0300
committerPaul Buetow <paul@buetow.org>2024-06-18 09:16:11 +0300
commitc8d842353f1b21971443dcaf6658bad77ad24b85 (patch)
tree3bf0e48ae42b453e5d81e8e012367c2d68b34022 /Taskfile.yml
parentfd005e1b770b071eaa137877d9fe7a5845670de9 (diff)
add basic lipgloss style
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index 36d0832..b7ec8fb 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -12,6 +12,9 @@ tasks:
cmds:
- go build -race -o gosd cmd/gosd/main.go
- go build -race -o gos cmd/gos/main.go
+ gosrun:
+ cmds:
+ - go run cmd/gos/main.go
test:
cmds:
- go clean -testcache