func main()

in dep/main.go [8:11]


func main() {
	uuid := uuid.New()
	fmt.Printf("Hello, %s\n", uuid)
}