mirror of
https://github.com/kennethreitz/herald.git
synced 2026-06-05 23:00:19 +00:00
@@ -105,7 +105,9 @@ func main() {
|
||||
fmt.Printf("Info: %s:%s:%s\n", bp, target.Name, targetString)
|
||||
|
||||
// Get Version from given version information.
|
||||
fmt.Printf(" Valid: %t\n ", version.IsValid)
|
||||
fmt.Printf(" Valid: %t\n", version.IsValid)
|
||||
fmt.Printf(" Published: %t\n", version.IsPublished)
|
||||
|
||||
// python := herald.NewBuildpack("python")
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user