Browse Source

Merge pull request #1501 from aerusso/mrs/nofirebase-fbsend

do not build fbsend with nofirebase
Philipp C. Heckel 2 tháng trước cách đây
mục cha
commit
f642b09ebf
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      tools/fbsend/main.go

+ 2 - 0
tools/fbsend/main.go

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