graphql-engine/cli/update/hide_noop.go

11 lines
189 B
Go
Raw Normal View History

// +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
}