mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
Generate plugins.go from main.go
This commit is contained in:
parent
3c8bb4ea68
commit
33d1c17d29
1 changed files with 2 additions and 0 deletions
2
main.go
2
main.go
|
|
@ -1,4 +1,6 @@
|
|||
// This is the main package for the `packer` application.
|
||||
|
||||
//go:generate go run ./scripts/generate-plugins.go
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue