cmdb/cmd/cmdb-agent/main.go

12 lines
132 B
Go
Raw Normal View History

2023-01-25 13:40:44 +03:00
// Copyright 2022 Listware
package main
import (
"git.fg-tech.ru/listware/cmdb/internal/server"
)
func main() {
server.New()
}