github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/talks/2015/tricks/compare2.go (about) 1 // +build ignore 2 3 package main 4 5 import "fmt" 6 7 func main() { 8 // BEGIN OMIT 9 var q, r struct{ s []string } 10 fmt.Println(q == r) 11 // END OMIT 12 }