Sign in
go
/
talks
/
083066ceb3152d883ec6a8ee67e00fd88330fc0c
/
.
/
content
/
2015
/
go-for-java-programmers
/
goimports-after.go
blob: aa8c9f71a310f3b4e2533420b622cc8b48430770 [
file
]
// +build ignore,OMIT
package main
import (
"fmt"
"golang.org/x/tools/present"
)
func main() {
fmt.Println(present.Image{})
}