go.tools/dashboard/builder: fix build on dragonfly, nacl, solaris

LGTM=bradfitz
R=adg, bradfitz
CC=golang-codereviews
https://golang.org/cl/97640043
This commit is contained in:
Mikio Hara 2014-05-21 10:45:47 +09:00
parent 1154a04eb0
commit d6c0aa161e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build linux darwin freebsd
// +build darwin dragonfly freebsd linux netbsd openbsd
package main

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build netbsd openbsd plan9
// +build nacl plan9 solaris
package main