Преглед изворни кода

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

do not build fbsend with nofirebase
Philipp C. Heckel пре 2 месеци
родитељ
комит
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 (