mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-07 13:44:17 +08:00
add ee tags
This commit is contained in:
parent
0e6881d42a
commit
5abca21b5e
3 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
//go:build ee
|
||||
// +build ee
|
||||
|
||||
package pro
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
//go:build ee
|
||||
// +build ee
|
||||
|
||||
package pro
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// go:build ee
|
||||
//go:build ee
|
||||
// +build ee
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue