1
0
mirror of https://github.com/containous/traefik.git synced 2024-12-22 13:34:03 +03:00

Fix build only linux and darwin support wazergo

This commit is contained in:
Julien Salleyron 2024-06-28 10:16:03 +02:00 committed by GitHub
parent b1b4e6b918
commit fe4cca6e9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//go:build !windows //go:build linux || darwin
package plugins package plugins

View File

@ -1,4 +1,4 @@
//go:build windows //go:build !linux && !darwin
package plugins package plugins