audio: skip build for non-darwin.

Change-Id: If382b517a21b90412ced3bfa543575055df8de3a
Reviewed-on: https://go-review.googlesource.com/5510
Reviewed-by: Burcu Dogan <jbd@google.com>
This commit is contained in:
Hyang-Ah Hana Kim 2015-02-20 17:18:47 -05:00
parent 9760c0641e
commit 25b15a705f
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin
// Package audio provides a basic audio player.
package audio

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin
package audio
import (