interactions yay!!

This commit is contained in:
41666 2025-03-25 21:26:24 -07:00
parent b9a05bedf9
commit f60033a3e4
30 changed files with 716 additions and 44 deletions

View file

@ -15,6 +15,7 @@ fmt:
go fmt ./...
tidy:
go clean -modcache
go mod tidy
update-vendor-hash: