// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//+build testgo
+// +build testgo
package modload
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//+build !plan9
+// +build !plan9
package renameio
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//+build !nacl,!plan9,!windows,!js
+// +build !nacl,!plan9,!windows,!js
package renameio
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//+build !windows
+// +build !windows
package robustio
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//+build !windows
+// +build !windows
package web
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//+build !windows
+// +build !windows
package web
stderr 'build comment'
-- compile_binary/foo_test.go --
-//+build foo
+// +build foo
package foo
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//+build !nacl,!plan9,!windows,!js
+// +build !nacl,!plan9,!windows,!js
package runtime_test