mirror of
https://github.com/traefik/traefik.git
synced 2026-06-18 19:38:23 +03:00
Fix build only linux and darwin support wazergo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//go:build !windows
|
||||
//go:build linux || darwin
|
||||
|
||||
package plugins
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build windows
|
||||
//go:build !linux && !darwin
|
||||
|
||||
package plugins
|
||||
|
||||
Reference in New Issue
Block a user