diff --git a/examples/client-play-format-h264-convert-to-jpeg/main.go b/examples/client-play-format-h264-convert-to-jpeg/main.go index 352176dc..0d71ac02 100644 --- a/examples/client-play-format-h264-convert-to-jpeg/main.go +++ b/examples/client-play-format-h264-convert-to-jpeg/main.go @@ -1,5 +1,4 @@ //go:build cgo -// +build cgo package main diff --git a/examples/client-play-format-h264/main.go b/examples/client-play-format-h264/main.go index 989e48db..0eaec842 100644 --- a/examples/client-play-format-h264/main.go +++ b/examples/client-play-format-h264/main.go @@ -1,5 +1,4 @@ //go:build cgo -// +build cgo package main diff --git a/examples/client-play-format-h265-convert-to-jpeg/main.go b/examples/client-play-format-h265-convert-to-jpeg/main.go index 426b9c6d..488b4786 100644 --- a/examples/client-play-format-h265-convert-to-jpeg/main.go +++ b/examples/client-play-format-h265-convert-to-jpeg/main.go @@ -1,5 +1,4 @@ //go:build cgo -// +build cgo package main diff --git a/examples/client-play-format-h265/main.go b/examples/client-play-format-h265/main.go index 33c42148..e420dd56 100644 --- a/examples/client-play-format-h265/main.go +++ b/examples/client-play-format-h265/main.go @@ -1,5 +1,4 @@ //go:build cgo -// +build cgo package main diff --git a/internal/highleveltests/server_test.go b/internal/highleveltests/server_test.go index 91bb2a37..c6344e43 100644 --- a/internal/highleveltests/server_test.go +++ b/internal/highleveltests/server_test.go @@ -1,5 +1,4 @@ //go:build enable_highlevel_tests -// +build enable_highlevel_tests package highleveltests diff --git a/pkg/multicast/multi_conn.go b/pkg/multicast/multi_conn.go index 2e9243d1..c7ad89e0 100644 --- a/pkg/multicast/multi_conn.go +++ b/pkg/multicast/multi_conn.go @@ -1,5 +1,4 @@ //go:build !linux -// +build !linux package multicast diff --git a/pkg/multicast/multi_conn_lin.go b/pkg/multicast/multi_conn_lin.go index c450e7dd..ac638bbc 100644 --- a/pkg/multicast/multi_conn_lin.go +++ b/pkg/multicast/multi_conn_lin.go @@ -1,5 +1,4 @@ //go:build linux -// +build linux package multicast diff --git a/pkg/multicast/single_conn.go b/pkg/multicast/single_conn.go index 4484ac43..fd99e8ac 100644 --- a/pkg/multicast/single_conn.go +++ b/pkg/multicast/single_conn.go @@ -1,5 +1,4 @@ //go:build !linux -// +build !linux package multicast diff --git a/pkg/multicast/single_conn_lin.go b/pkg/multicast/single_conn_lin.go index 43733c3f..ab5cb164 100644 --- a/pkg/multicast/single_conn_lin.go +++ b/pkg/multicast/single_conn_lin.go @@ -1,5 +1,4 @@ //go:build linux -// +build linux package multicast