accounts/server/cmd/agent/main.go

8 lines
84 B
Go

package main
import "xcontrol/server/internal/agent"
func main() {
agent.Run()
}