inventory-app/cmd/inventory/bootstrap.go

13 lines
211 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/bootstrap"
)
// runCmd represents the run command
func init() {
rootCmd.AddCommand(bootstrap.RootCmd)
}