Browse Source

Add build tags for some ee content

gabrielseibel1 2 years ago
parent
commit
5779936f0c
2 changed files with 6 additions and 0 deletions
  1. 3 0
      pro/types.go
  2. 3 0
      pro/util.go

+ 3 - 0
pro/types.go

@@ -1,3 +1,6 @@
+//go:build ee
+// +build ee
+
 package pro
 package pro
 
 
 import (
 import (

+ 3 - 0
pro/util.go

@@ -1,3 +1,6 @@
+//go:build ee
+// +build ee
+
 package pro
 package pro
 
 
 import (
 import (