Przeglądaj źródła

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

do not build fbsend with nofirebase
Philipp C. Heckel 2 miesięcy temu
rodzic
commit
f642b09ebf
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      tools/fbsend/main.go

+ 2 - 0
tools/fbsend/main.go

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