golang/go

x/website/_content/tour: figure out how to make pic.Show interact well with debug prints

Open

#14,206 opened on Feb 3, 2016

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
help wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Context: https://tour.golang.org/moretypes/15

Running the slices exercise doesn't display bluescale image. Instead it displays the slices of slices returned by Pic and as the last line prints "IMAGE: ".

Contributor guide