1
0
mirror of https://github.com/fumiama/water.git synced 2026-06-05 02:00:29 +08:00
Files
water/params_others.go
2017-01-08 19:29:40 -08:00

12 lines
211 B
Go

// +build !linux,!darwin,!windows
package water
// PlatformSpeficParams
type PlatformSpecificParams struct {
}
func defaultPlatformSpecificParams() PlatformSpecificParams {
return PlatformSpecificParams{}
}