this is the format we actually went with on the release page

This commit is contained in:
risk danger olson 2016-11-18 11:27:31 -07:00
parent 0772c768f1
commit ea334e8b7a

@ -42,9 +42,8 @@ func mainRelease() {
fmt.Println("SHA-256 hashes:") fmt.Println("SHA-256 hashes:")
for _, rel := range buildMatrix { for _, rel := range buildMatrix {
fmt.Println(rel.SHA256, rel.Filename) fmt.Printf("**%s**\n%s\n\n", rel.Filename, rel.SHA256)
} }
} }
func release(rel Release) { func release(rel Release) {