talks/2015/02-devconf.cz/talk/tags.go

9 lines
89 B
Go

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