Skip to content

Commit

Permalink
Add main
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHripko committed Feb 19, 2021
1 parent 4907d6d commit 38cda1d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cmd/packer-frontend/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package main

import (
"github.com/EricHripko/pack.yaml/internal/app/packer-frontend/cmd"
_ "github.com/EricHripko/pack.yaml/pkg/plugins/golang"
)

func main() {
cmd.Main()
}

0 comments on commit 38cda1d

Please sign in to comment.