inventory-app/cmd/inventory/main.go
2023-01-25 14:25:58 +03:00

8 lines
69 B
Go

// Copyright 2022 Listware
package main
func main() {
execute()
}