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
|
||||
// +build !windows
|
||||
|
||||
package taglib
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package taglib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user