inventory-app/cmd/inventory/agent.go

13 lines
203 B
Go
Raw Normal View History

2023-01-25 14:25:58 +03:00
// Copyright 2022 Listware
package main
import (
"git.fg-tech.ru/listware/inventory-app/cmd/inventory/agent"
)
// runCmd represents the run command
func init() {
rootCmd.AddCommand(agent.RootCmd)
}