mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
b15601876e
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
8 lines
100 B
Go
8 lines
100 B
Go
//go:build !darwin
|
|
|
|
package topdown
|
|
|
|
func fixupDarwinGo118(x string, _ string) string {
|
|
return x
|
|
}
|