9 lines
100 B
Go
9 lines
100 B
Go
// This is the main package for the `packer` application.
|
|
package main
|
|
|
|
import (
|
|
)
|
|
|
|
func main() {
|
|
}
|