2016-07-17 22:03:23 +00:00
|
|
|
// Build for mount for unsupported platforms to stop go complaining
|
|
|
|
// about "no buildable Go source files "
|
|
|
|
|
2021-02-03 17:46:08 +00:00
|
|
|
// Invert the build constraint: linux freebsd
|
2020-01-08 08:02:01 +00:00
|
|
|
|
2021-02-03 17:46:08 +00:00
|
|
|
// +build !linux
|
|
|
|
// +build !freebsd
|
2016-07-17 22:03:23 +00:00
|
|
|
|
|
|
|
package mount
|