mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 05:04:27 +08:00
10 lines
115 B
Go
10 lines
115 B
Go
//go:build ee
|
|
// +build ee
|
|
|
|
package main
|
|
|
|
import "github.com/gravitl/netmaker/pro"
|
|
|
|
func init() {
|
|
pro.InitPro()
|
|
}
|