Files
mq-container/cmd/runmqserver/mqconfig_other.go
2018-01-29 09:35:02 +00:00

10 lines
208 B
Go

// +build !linux
package main
// Dummy version of this function, only for non-Linux systems.
// Having this allows unit tests to be run on other platforms (e.g. macOS)
func checkFS(path string) {
return
}