Samples
Samples
exercise-images
Language: Gold, Platform: Echoes, Category: Tour of Go
https://github.com/remobjects/ElementsSamples/tree/master/Gold/Echoes/Tour of Go/exercise-images
-
exercise-images.Echoes
-
References
- #
- ..\Tour\Tour.Echoes.elements
- Source Files
-
Other Files
-
References
exercise-images.go
// Ignored build directive: +build no-build OMIT
package main
import "golang.org/x/tour/pic"
type Image struct{}
func main() {
m := Image{}
pic.ShowImage(m)
}
