audio/internal/readerdriver: Refactoring: Clean the build tags up

This commit is contained in:
Hajime Hoshi 2021-08-17 00:43:50 +09:00
parent 6bde07f04f
commit 226e981ebe

View File

@ -12,9 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build (aix || dragonfly || freebsd || hurd || illumos || linux || netbsd || openbsd || solaris) && !android
// +build aix dragonfly freebsd hurd illumos linux netbsd openbsd solaris
// +build !android
//go:build !android && !darwin && !js && !windows
// +build !android,!darwin,!js,!windows
package readerdriver