talks/2015/06-devnation-golang-good-ba.../tags.go

9 lines
89 B
Go

// START1 OMIT
// +build !windows linux,cgo
// STOP1 OMIT
package main
func main() {
}