8 lines
84 B
Go
8 lines
84 B
Go
package main
|
|
|
|
import "xcontrol/server/internal/agent"
|
|
|
|
func main() {
|
|
agent.Run()
|
|
}
|