Browse Source

exclude browser forwarder from conf build target

Shelikhoo 4 years ago
parent
commit
27e7f93922
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/browserforwarder/forwarder.go

+ 2 - 0
app/browserforwarder/forwarder.go

@@ -1,3 +1,5 @@
+// +build !confonly
+
 package browserforwarder
 
 import (