Просмотр исходного кода

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

do not build fbsend with nofirebase
Philipp C. Heckel 2 месяцев назад
Родитель
Сommit
f642b09ebf
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      tools/fbsend/main.go

+ 2 - 0
tools/fbsend/main.go

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