mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-26 05:58:27 -05:00
9 lines
137 B
Go
9 lines
137 B
Go
//go:build !go1.18 || !darwin
|
|
// +build !go1.18 !darwin
|
|
|
|
package topdown
|
|
|
|
func fixupDarwinGo118(x string, _ string) string {
|
|
return x
|
|
}
|