Files
Stephan Renatus b15601876e go: cleanup old build flags
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2026-02-12 08:42:05 +01:00

8 lines
100 B
Go

//go:build !darwin
package topdown
func fixupDarwinGo118(x string, _ string) string {
return x
}