implement draft/webpush (#2205)

This commit is contained in:
Shivaram Lingamneni
2025-01-13 18:47:21 -08:00
committed by GitHub
parent efd3764337
commit 36e5451aa5
44 changed files with 2091 additions and 100 deletions

6
vendor/github.com/ergochat/webpush-go/v2/Makefile generated vendored Normal file
View File

@@ -0,0 +1,6 @@
.PHONY: test
test:
go test .
go vet .
./.check-gofmt.sh