build: reproducible go generate

This commit is contained in:
talksik
2026-04-29 15:02:16 -07:00
parent 0c38866251
commit 2b37979a76
6 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"cloud.google.com/go/firestore"
)
//go:generate mockgen -source ./membershippublisher.go -destination ./mocks/membershippublisher.go
//go:generate go tool mockgen -source ./membershippublisher.go -destination ./mocks/membershippublisher.go
// MembershipPublisher publishes network membership changes to the live store
// (Firestore) that clients subscribe to. Postgres remains the source of truth;