mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +08:00
12 lines
117 B
Go
12 lines
117 B
Go
//go:build ee
|
|
// +build ee
|
|
|
|
package main
|
|
|
|
import (
|
|
"github.com/gravitl/netmaker/ee"
|
|
)
|
|
|
|
func init() {
|
|
ee.InitEE()
|
|
}
|