graphql-engine/cli/update/hide_noop.go
2019-02-04 16:21:29 +05:30

11 lines
189 B
Go

// +build !windows
package update
// shamelessly copied from
// https://github.com/inconshreveable/go-update/blob/master/hide_windows.go
func hideFile(path string) error {
return nil
}