Remove //+build tags, as the code does not compile on older versions of Go anymore
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
//go:build !windows && !plan9
|
//go:build !windows && !plan9
|
||||||
// +build !windows,!plan9
|
|
||||||
|
|
||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
//go:build wireinject
|
//go:build wireinject
|
||||||
// +build wireinject
|
|
||||||
|
|
||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
//go:build !windows
|
//go:build !windows
|
||||||
// +build !windows
|
|
||||||
|
|
||||||
package taglib
|
package taglib
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
//go:build windows
|
//go:build windows
|
||||||
// +build windows
|
|
||||||
|
|
||||||
package taglib
|
package taglib
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
//go:build linux || darwin
|
//go:build linux || darwin
|
||||||
// +build linux darwin
|
|
||||||
|
|
||||||
// TODO Fix snapshot tests in Windows
|
// TODO Fix snapshot tests in Windows
|
||||||
// Response Snapshot tests. Only run in Linux and macOS, as they fail in Windows
|
// Response Snapshot tests. Only run in Linux and macOS, as they fail in Windows
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
//go:build wireinject
|
//go:build wireinject
|
||||||
// +build wireinject
|
|
||||||
|
|
||||||
package subsonic
|
package subsonic
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user