netmaker/main_ee.go

13 lines
117 B
Go
Raw Permalink Normal View History

2022-09-14 03:25:56 +08:00
//go:build ee
// +build ee
package main
import (
"github.com/gravitl/netmaker/ee"
)
func init() {
2022-09-15 01:26:31 +08:00
ee.InitEE()
2022-09-14 03:25:56 +08:00
}