Generate plugins.go from main.go

This commit is contained in:
Chris Bednarski 2016-02-05 11:17:05 -08:00
parent 3c8bb4ea68
commit 33d1c17d29
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
// This is the main package for the `packer` application.
//go:generate go run ./scripts/generate-plugins.go
package main
import (