2018-09-01 14:38:30 +10:00
|
|
|
// +build !windows,!linux
|
2018-09-01 14:33:01 +10:00
|
|
|
|
|
|
|
package config
|
|
|
|
|
|
|
|
// GetPlatformDefaultConfig gets the defaults for the platform
|
|
|
|
func GetPlatformDefaultConfig() []byte {
|
|
|
|
return []byte(
|
|
|
|
`os:
|
|
|
|
openCommand: 'open {{filename}}'`)
|
|
|
|
}
|