do not build fbsend with nofirebase

The nofirebase build tag should remove all build dependencies on
firebase.  The fbsend test tool depends on firebase (and is also only
useful in builds that use firebase).  Hence, disable it.

Signed-off-by: Antonio Enrico Russo <aerusso@aerusso.net>
This commit is contained in:
Antonio Enrico Russo
2025-11-28 09:24:44 -07:00
parent b531bc95ea
commit 693d2d630f

View File

@@ -1,3 +1,5 @@
//go:build !nofirebase
package main
import (