Browse Source

Add build tags for some ee content

gabrielseibel1 2 năm trước cách đây
mục cha
commit
5779936f0c
2 tập tin đã thay đổi với 6 bổ sung0 xóa
  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
 
 import (

+ 3 - 0
pro/util.go

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