mirror of
https://github.com/yggdrasil-network/water.git
synced 2025-05-20 00:45:09 +03:00
11 lines
211 B
Go
11 lines
211 B
Go
// +build !linux,!darwin,!windows
|
|
|
|
package water
|
|
|
|
// PlatformSpeficParams
|
|
type PlatformSpecificParams struct {
|
|
}
|
|
|
|
func defaultPlatformSpecificParams() PlatformSpecificParams {
|
|
return PlatformSpecificParams{}
|
|
}
|