packer/main.go
2022-04-12 09:59:16 +02:00

10 lines
71 B
Go

package main
import (
"log"
)
func main() {
log.Printf("packer")
}