main.go 112 B

1234567891011
  1. // +build cli
  2. package main
  3. import (
  4. "github.com/porter-dev/porter/cli/cmd"
  5. )
  6. func main() {
  7. cmd.Execute()
  8. }