packer-cn/packer.go
2013-03-23 14:41:09 -07:00

9 lines
100 B
Go

// This is the main package for the `packer` application.
package main
import (
)
func main() {
}