From c9b07c6bec7a67782065be5879fdf93ba3261043 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Sun, 30 Jan 2022 01:33:20 +0100 Subject: [PATCH] Added +build comment --- callbacks.c | 1 + stream.go | 1 + stream_errors.go | 1 + stream_test.go | 1 + streams_map.go | 1 + 5 files changed, 5 insertions(+) diff --git a/callbacks.c b/callbacks.c index ecdbeeb..0041ece 100644 --- a/callbacks.c +++ b/callbacks.c @@ -1,4 +1,5 @@ //go:build !nolibopusfile +// +build !nolibopusfile // Copyright © Go Opus Authors (see AUTHORS file) // diff --git a/stream.go b/stream.go index ccd4ada..4811819 100644 --- a/stream.go +++ b/stream.go @@ -3,6 +3,7 @@ // License for use of this code is detailed in the LICENSE file //go:build !nolibopusfile +// +build !nolibopusfile package opus diff --git a/stream_errors.go b/stream_errors.go index 78010cc..3f98a1f 100644 --- a/stream_errors.go +++ b/stream_errors.go @@ -3,6 +3,7 @@ // License for use of this code is detailed in the LICENSE file //go:build !nolibopusfile +// +build !nolibopusfile package opus diff --git a/stream_test.go b/stream_test.go index 94c9162..53ba341 100644 --- a/stream_test.go +++ b/stream_test.go @@ -3,6 +3,7 @@ // License for use of this code is detailed in the LICENSE file //go:build !nolibopusfile +// +build !nolibopusfile package opus diff --git a/streams_map.go b/streams_map.go index 4ed2f84..2e3ee76 100644 --- a/streams_map.go +++ b/streams_map.go @@ -3,6 +3,7 @@ // License for use of this code is detailed in the LICENSE file //go:build !nolibopusfile +// +build !nolibopusfile package opus