This website works better with JavaScript
Home
Explore
Help
Sign In
golang
/
netmaker
mirror of
https://github.com/gravitl/netmaker
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add build tags for some ee content
gabrielseibel1
2 years ago
parent
c291841c31
commit
5779936f0c
2 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
3
0
pro/types.go
3
0
pro/util.go
+ 3
- 0
pro/types.go
View File
@@ -1,3 +1,6 @@
+//go:build ee
+// +build ee
+
package pro
import (
+ 3
- 0
pro/util.go
View File
@@ -1,3 +1,6 @@
+//go:build ee
+// +build ee
+
package pro
import (