back interdiff of round #1 and #0

Initialize go module "go.nesv.ca/valkey" #2

merged
opened by nesv.ca targeting main from push-vwozlvyovnlk
files
.tangled
workflows
cmd
vkadm
ERROR
.gitignore

Failed to calculate interdiff for this file.

ERROR
cmd/vkadm/main.go

Failed to calculate interdiff for this file.

ERROR
go.mod

Failed to calculate interdiff for this file.

ERROR
go.sum

Failed to calculate interdiff for this file.

NEW
.tangled/workflows/pull-request.yaml
··· 1 1 { 2 - when: [{ event: ["pull_request"], branch: ["main"] }], 2 + when: 3 + [ 4 + { event: ["pull_request"], branch: ["main"] }, 5 + { event: ["push", "manual"], branch: ["main"] }, 6 + ], 3 7 engine: "nixery", 4 8 clone: { skip: false, depth: 1, submodules: false }, 5 9 dependencies: { nixpkgs: ["go", "go-tools"] },